diff Makefile @ 32:8abcc221bbac

sgoex separation
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 May 2011 15:15:26 +0900
parents 3b7e57614d93
children 9a5300cedb14
line wrap: on
line diff
--- a/Makefile	Tue Feb 08 23:39:47 2011 +0900
+++ b/Makefile	Sat May 21 15:15:26 2011 +0900
@@ -19,8 +19,8 @@
 demo: $(OBJS) sgoex.o main.o
 	$(CC) $(ABI) -o $@ main.o sgoex.o $(OBJS) $(LIBS)
 
-dandy: $(OBJS) Dandy.o
-	$(CC) $(ABI) -o $@ $(OBJS) Dandy.o $(LIBS)
+dandy: $(OBJS) Dandy.o SgoexCerium.o
+	$(CC) $(ABI) -o $@ $(OBJS) Dandy.o SgoexCerium.o $(LIBS)
 
 clean:
 	rm -f $(TARGET) $(OBJS) main.o sgoex.o