aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-31 12:53:40 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-31 12:53:40 +1200
commit7c3082e934b79f26afaa53c8b72cfbaaa76bdae4 (patch)
tree3b23b4913f3d9f4db3400bf2bd5822daff9c6157 /Makefile
parent71f0c0db62d92ba077316a0f5e57630d9b6bd6a6 (diff)
downloadfractal-gen-7c3082e934b79f26afaa53c8b72cfbaaa76bdae4.tar.xz
Push position+scale changes to burning ship and as a result, remove specific algorithm for lattice bship
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: