소스 검색

added debugging option in makefile

Joshua Bicking 8 년 전
부모
커밋
0ecf447bda
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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