mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
eventually, macosx version. can compile itself.
Former-commit-id: 93d73204c7
This commit is contained in:
parent
ef18018439
commit
bcbb5800ed
8 changed files with 16 additions and 13 deletions
4
makefile
4
makefile
|
|
@ -265,11 +265,11 @@ clean:
|
|||
# rm_objects := rm $(wildcard *.o)
|
||||
# objects
|
||||
rm *.o
|
||||
rm *.so
|
||||
rm *.h
|
||||
rm *.c
|
||||
rm *.a
|
||||
rm *.sym
|
||||
rm *.a
|
||||
rm *.so
|
||||
|
||||
install:
|
||||
test -d $(PREFIX)/bin | mkdir -p $(PREFIX)/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue