aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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: