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 960d3af..9b91297 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ build: dir $(OBJ)
@$(CC) $(CFLAGS) -o $(BUILDDIR)/$(OUTPUT) $(OBJ) $(LDFLAGS)
debug: CFLAGS += -g -D _DEBUG
-debug: debug_set build;
+debug: build;
#CLEAN BEFORE WINDOWS BUILD!!!
windows: CC = x86_64-w64-mingw32-gcc