Update Makefile
This commit is contained in:
parent
f2b4fa3961
commit
1e4f4110e9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -30,5 +30,6 @@ uninstall:
|
|||
clean:
|
||||
$(RM) $(TARGET) *.o
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
.PHONY: all dist install uninstall clean
|
||||
|
|
Loading…
Reference in a new issue