aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-08-13 10:37:31 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-08-13 10:38:05 +1200
commit7f0f089f4dc98d8c6cc145f7355acf1a5ef9e53a (patch)
tree3b31ca31c43d02415296e412aa03d5ad4398b35e /Makefile
parent2ad2848d4ee3a9bda31b0e41d05fa9dcdc48ab54 (diff)
downloadfractal-gen-7f0f089f4dc98d8c6cc145f7355acf1a5ef9e53a.tar.xz
Decomposed horrible loaded for loops, removed tricorn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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: