aboutsummaryrefslogtreecommitdiffstats
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 a41c17e..7f28bac 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ clean :
rm -f $(OBJ) $(BIN)
dep :
- makedepend $(INCLUDES) $(DEFINES) -Y $(SRC) > /dev/null 2>&1
+ makedepend $(DEFINES) -Y $(SRC) > /dev/null 2>&1
rm -f Makefile.bak
install :