diff --git a/makefile b/makefile index 534b70c..5743637 100644 --- a/makefile +++ b/makefile @@ -76,7 +76,7 @@ $(TARGET): $(OBJ) $(DIR_OBJ)/$(ARCH)/$(PROF)/%.o: src/%.c @$(call wr_colour,"compiling $(notdir $@) from $(notdir $<)",92) @mkdir -p $(dir $@) - @$(CC) -o $@ -MD -MP -c $< $(CFLAGS) -std=$(STD) -x $(LANG) -Wno-unused-command-line-argument + @$(CC) -o $@ -MD -MP -c -std=$(STD) -x $(LANG) $< $(CFLAGS) # copy assets $(DIR_BUILD)/%: assets/%