diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-04-25 21:11:33 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-04-25 21:11:33 +0200 |
commit | 4ea0045652321ba625d8354c2a6d6395cdca9353 (patch) | |
tree | 72dbc25fdd911a887e195ff41de258cd414d0808 /Makefile | |
parent | 31ab932657889f12ac6ea4e239a75d5f9c021faf (diff) | |
download | headstripper-4ea0045652321ba625d8354c2a6d6395cdca9353.tar.gz |
Makefile fixes, added debugging messages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |