getlabel関数の引数を変更
[YACASL2.git] / src / Makefile
index 0ff70c2..2edfaa0 100644 (file)
@@ -1,7 +1,7 @@
 INCLUDE = ../include
 CC = gcc
-CFLAGS = -Wall -I $(INCLUDE)
-COMMONSRC = struct.o cmd.o cerr.o dump.o
+CFLAGS = -g -Wall -I $(INCLUDE)
+COMMONSRC = struct.o hash.o cmd.o cerr.o dump.o
 ASSRC = assemble.o token.o label.o macro.o
 EXECSRC = exec.o
 .PHPNY: all clean