X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelefire-v0.2%2FMakefile;h=a820990a6edd8663ca0657e083037067f9c01388;hb=677fcafd3816b6d8d86b2dc41b840d97b5ccbf07;hp=3353bc1a47740ee5dc6064e5a4cbcfabb3363f46;hpb=187f661c2512e4260d0ca64134de8fad199f5944;p=fw%2Faltos diff --git a/src/telefire-v0.2/Makefile b/src/telefire-v0.2/Makefile index 3353bc1a..a820990a 100644 --- a/src/telefire-v0.2/Makefile +++ b/src/telefire-v0.2/Makefile @@ -84,10 +84,10 @@ endif # Otherwise, print the full command line. quiet ?= $($1) -all: ../$(PROG) +all: $(PROG) -../$(PROG): $(REL) Makefile - $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) .. +$(PROG): $(REL) Makefile + $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@ ao_product.h: ao-make-product.5c ../Version