]> git.cworth.org Git - akamaru/blobdiff - Makefile
Split gtk+ demo code out into main.c. Core model code is now in akamaru.c.
[akamaru] / Makefile
index f16a8313225860e8d44c399d192f0d6adca02999..c98106c323de14eabc4cb3b82e81c5ea98a7c7cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo)
 LDFLAGS = -g
 
 target = akamaru
-objs = akamaru.o
+objs = akamaru.o main.o
 
 $(target) : $(objs)