hash.cの分離独立とソースコードの草取り
[YACASL2.git] / src / Makefile
index 0ff70c2..af972cd 100644 (file)
@@ -1,7 +1,7 @@
 INCLUDE = ../include
 CC = gcc
 CFLAGS = -Wall -I $(INCLUDE)
-COMMONSRC = struct.o cmd.o cerr.o dump.o
+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