fix makefile
This commit is contained in:
parent
910c64f0a6
commit
299380880a
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 install-openrc uninstall-openrc
|
||||||
|
|
||||||
|
EOF: clean build
|
||||||
|
|
||||||
dirs:
|
dirs:
|
||||||
mkdir -p ./$(BIN)
|
mkdir -p ./$(BIN)
|
||||||
|
|
Loading…
Reference in a new issue