From af084f328bdf91075f99ef5c486409ca78fddfdc Mon Sep 17 00:00:00 2001 From: neingeist Date: Sat, 19 Apr 2014 12:21:26 +0200 Subject: [PATCH] distinguish between building all and really-all with EXTRAS --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29c93e3..6e96cdb 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,10 @@ TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs nc EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags mtrace-test.trace mtrace-test.txt .PHONY: all -all: $(TARGETS) $(EXTRAS) +all: $(TARGETS) + +.PHONY: really-all +really-all: all $(EXTRAS) .PHONY: clean clean: