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: