From 7f0f089f4dc98d8c6cc145f7355acf1a5ef9e53a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 13 Aug 2015 10:37:31 +1200 Subject: Decomposed horrible loaded for loops, removed tricorn --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55fbc83..b3ce7ae 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,11 @@ symlinks: fractal-gen ln -sf $< mandelbrot-gen ln -sf $< burning-ship-gen ln -sf $< burning-ship-lattice-gen - ln -sf $< tricorn-gen fractal-gen: fractal-gen.o \ algorithms/mandelbrot.o \ algorithms/burning-ship.o \ algorithms/burning-ship-lattice.o \ - algorithms/tricorn.o $(CC) -o $@ $^ -lm -lpthread @@ -23,7 +21,6 @@ clean: clean-object mandelbrot-gen \ burning-ship-gen \ burning-ship-lattice-gen \ - tricorn-gen \ -f clean-object: -- cgit v1.1