diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-08-13 10:37:31 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-08-13 10:38:05 +1200 |
commit | 7f0f089f4dc98d8c6cc145f7355acf1a5ef9e53a (patch) | |
tree | 3b31ca31c43d02415296e412aa03d5ad4398b35e /Makefile | |
parent | 2ad2848d4ee3a9bda31b0e41d05fa9dcdc48ab54 (diff) | |
download | fractal-gen-7f0f089f4dc98d8c6cc145f7355acf1a5ef9e53a.tar.xz |
Decomposed horrible loaded for loops, removed tricorn
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: |