]> git.cworth.org Git - akamaru/blobdiff - Makefile
Add init functions for various objects, clean up model initializations.
[akamaru] / Makefile
index f16a8313225860e8d44c399d192f0d6adca02999..dae1f08321e986eb98f9856914d7e5c06a6b54ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,11 @@ LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo)
 LDFLAGS = -g
 
 target = akamaru
-objs = akamaru.o
+objs = akamaru.o main.o
 
 $(target) : $(objs)
 
+$(objs) : akamaru.h
+
 clean :
        rm $(target) $(objs)