Browse Source

added debugging option in makefile

Joshua Bicking 8 years ago
parent
commit
0ecf447bda
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -33,3 +33,6 @@ ifeq ($(OS),Windows_NT)
 else
 	rm -f *.o FalloutTerminal
 endif
+
+debug: main.c print.c intro.c pass.c wordParse.c getline.c getdelim.c
+	$(CC) -o FalloutTerminal $^ $(CFLAGS) -ggdb