X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=eradicate;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=0468c6199fef94d2b9682ae1ac63eff3d1716b6a;hp=3fbb73f15bb519cb0948ba62e1f9fc58e2f25761;hb=ca4cf08917d2c51d7a98c4cea6dae71c0ae7225d;hpb=2bd7529337d75380170f58364b1328ef3b8dc845 diff --git a/GNUmakefile b/GNUmakefile index 3fbb73f..0468c61 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,7 @@ else endif .PHONY: all -all: data $(bin) +all: $(bin) $(bin): $(obj) imago $(CC) -o $@ $(obj) $(LDFLAGS)