From 7c3082e934b79f26afaa53c8b72cfbaaa76bdae4 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 31 May 2016 12:53:40 +1200 Subject: Push position+scale changes to burning ship and as a result, remove specific algorithm for lattice bship --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3256e60..a2f4358 100644 --- a/Makefile +++ b/Makefile @@ -5,19 +5,16 @@ all: fractal-gen symlinks symlinks: fractal-gen ln -sf $< mandelbrot-gen ln -sf $< burning-ship-gen - ln -sf $< burning-ship-lattice-gen fractal-gen: fractal-gen.o \ algorithms/mandelbrot.o \ algorithms/burning-ship.o \ - algorithms/burning-ship-lattice.o \ clean: clean-object rm fractal-gen \ mandelbrot-gen \ burning-ship-gen \ - burning-ship-lattice-gen \ -f clean-object: -- cgit v1.1