fix makefile
This commit is contained in:
parent
d425cc445b
commit
f79a2c6a9d
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -13,7 +13,9 @@ APP = $(BIN)/app
|
||||||
SRC = $(shell find src -name "*.c")
|
SRC = $(shell find src -name "*.c")
|
||||||
OBJ = $(SRC:%.c=$(BIN)/%.o)
|
OBJ = $(SRC:%.c=$(BIN)/%.o)
|
||||||
|
|
||||||
.PHONY: clean build
|
.PHONY: dirs run clean build install uninstall
|
||||||
|
|
||||||
|
EOF: clean build
|
||||||
|
|
||||||
dirs:
|
dirs:
|
||||||
mkdir -p ./$(BIN)
|
mkdir -p ./$(BIN)
|
||||||
|
|
Loading…
Reference in a new issue