distinguish between building all and really-all with EXTRAS

This commit is contained in:
neingeist 2014-04-19 12:21:26 +02:00
parent 970c8a9570
commit af084f328b

View file

@ -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: