X-Git-Url: https://git.cworth.org/git?p=akamaru;a=blobdiff_plain;f=Makefile;fp=Makefile;h=c98106c323de14eabc4cb3b82e81c5ea98a7c7cb;hp=f16a8313225860e8d44c399d192f0d6adca02999;hb=9bdb07522bfbb2611a7e70f1204d96b98bc0e615;hpb=e1406efa6e1f29a8a72ddaa2db18f250fdf2ec42 diff --git a/Makefile b/Makefile index f16a831..c98106c 100644 --- 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)