浏览代码

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