aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96789b8..6065994 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ OBJ=$(patsubst %.c, $(BUILD_DIR)/%.o, $(c_files))
# Build rules
# $@ is the %.o file and $^ is the %.c file
$(BUILD_DIR)/%.o: %.c
- mkdir -p $(dir $@)
+ @mkdir -p $(dir $@)
$(CC) -c -o $@ $^ $(CFLAGS)
# $@ becomes left part thus linked