mirror of
https://github.com/sigmasternchen/crap-libs
synced 2025-03-15 07:38:56 +00:00
there was something missing
This commit is contained in:
parent
2052814783
commit
decad27c3f
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ example.o: example.c memory.h
|
|||
cd ../oop/ && $(MAKE) liboop.so
|
||||
|
||||
clean:
|
||||
rm -f *.o example memory.so
|
||||
rm -f *.o example libmemory.so
|
||||
cd ../try/ && $(MAKE) clean
|
||||
cd ../oop/ && $(MAKE) clean
|
||||
|
|
Loading…
Reference in a new issue