X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=dae1f08321e986eb98f9856914d7e5c06a6b54ff;hb=4ea6cfd18613d299d62dc95a4d53161d89745935;hp=f16a8313225860e8d44c399d192f0d6adca02999;hpb=758f31020accdd5904c4ceb517f296fe2e22977e;p=akamaru diff --git a/Makefile b/Makefile index f16a831..dae1f08 100644 --- 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)