minor update
This commit is contained in:
parent
199d2cb6c2
commit
a76c350de7
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -39,4 +39,5 @@ default: $(TARGET)
|
||||||
# clean removec object files and target
|
# clean removec object files and target
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.o
|
-rm -f *.o
|
||||||
-rm -f $(TARGET)
|
-rm -f $(TARGET)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue