forked from github/server
Makefile fix
This commit is contained in:
parent
9472aeacd0
commit
7ef041446e
|
@ -183,7 +183,7 @@ lint::
|
|||
$(LINT) -I$(ERESSEA_SRC) $(INCLUDES) $(LINTFLAGS) *.c
|
||||
|
||||
$(BUILD_DIR) $(PUBLISH_DIR):
|
||||
@mkdir $@
|
||||
@mkdir -p $@
|
||||
|
||||
# object files:
|
||||
$(BUILD_DIR)/%:: $(BUILD_DIR)
|
||||
|
|
Loading…
Reference in New Issue