aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/clightgen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/clightgen/Makefile b/test/clightgen/Makefile
index 208c2d0d..0dc1dd00 100644
--- a/test/clightgen/Makefile
+++ b/test/clightgen/Makefile
@@ -26,13 +26,13 @@ all: $(SRC:.c=.vo)
test:
-%.v: %.c $(CLIGHTGEN)
+%.v: %.c
$(CLIGHTGEN) $(CFLAGS) -o $@ $<
-%.v: ../c/%.c $(CLIGHTGEN)
+%.v: ../c/%.c
$(CLIGHTGEN) $(CFLAGS) -o $@ $<
-%.v: ../raytracer/%.c $(CLIGHTGEN)
+%.v: ../raytracer/%.c
$(CLIGHTGEN) -I../raytracer -fall $(CFLAGS) -o $@ $<
%.vo: %.v