summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 223a5b8..3cf248e 100644
--- a/Makefile
+++ b/Makefile
@@ -16,5 +16,5 @@ trans: pngtrans.c fft.c fft.h
bluenoise: fft.c fft.h bluenoise.c gtk-utils.c
$(CC) $(GTKFLAGS) -o bluenoise fft.c bluenoise.c gtk-utils.c $(LDFLAGS)
-noise2: noise2.c fft.c fft.h
- $(CC) $(GTKFLAGS) -o noise2 noise2.c fft.c $(LDFLAGS)
+noise2: noise2.c fft.c fft.h image.c image.h
+ $(CC) $(GTKFLAGS) -o noise2 noise2.c image.c fft.c $(LDFLAGS)