minor
This commit is contained in:
parent
94ded5f2c1
commit
e97a56633e
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -43,3 +43,6 @@ install: all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o $(EXEC) $(LIB) $(LIB_SHARED)
|
rm -f *.o $(EXEC) $(LIB) $(LIB_SHARED)
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: all clean install
|
||||||
|
|
Loading…
Reference in a new issue