summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3f62e8..a44aa5a 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ $(foreach cppfile, $(CPP_FILES), $(eval $(call CPP_template, $(OBJ_DIR)/$(notdir
$(BIN): $(OBJ_FILES)
@mkdir -p $(BIN_DIR)
$(CC) $(LDFLAGS) $(OBJ_FILES) -o $(BIN_DIR)/$@
-
+
.PHONY: clean
clean: