aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-04-25 21:11:33 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-04-25 21:11:33 +0200
commit4ea0045652321ba625d8354c2a6d6395cdca9353 (patch)
tree72dbc25fdd911a887e195ff41de258cd414d0808 /Makefile
parent31ab932657889f12ac6ea4e239a75d5f9c021faf (diff)
downloadheadstripper-4ea0045652321ba625d8354c2a6d6395cdca9353.tar.gz
Makefile fixes, added debugging messages
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