ossp-pkg/cfg/Makefile 1.6 -> 1.7
--- Makefile 2002/07/05 17:30:23 1.6
+++ Makefile 2002/07/08 13:45:13 1.7
@@ -16,6 +16,7 @@
RM = rm -f
BISON = bison
FLEX = flex-beta
+GDB = gdb
LIB = libcfg.a
OBJ = cfg_buf.o cfg_grid.o cfg_data.o cfg_node.o cfg_fmt.o cfg_syn.o cfg_syn_parse.o cfg_syn_scan.o cfg_util.o
@@ -53,3 +54,6 @@
./$(TST) sample.cfg
./$(TST) sample2.cfg
+debug: $(TST)
+ $(GDB) $(TST)
+
|
|