X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=dae1f08321e986eb98f9856914d7e5c06a6b54ff;hb=4ea6cfd18613d299d62dc95a4d53161d89745935;hp=c98106c323de14eabc4cb3b82e81c5ea98a7c7cb;hpb=9bdb07522bfbb2611a7e70f1204d96b98bc0e615;p=akamaru diff --git a/Makefile b/Makefile index c98106c..dae1f08 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,7 @@ objs = akamaru.o main.o $(target) : $(objs) +$(objs) : akamaru.h + clean : rm $(target) $(objs)