aboutsummaryrefslogtreecommitdiffstats
path: root/test/clightgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/clightgen/Makefile')
-rw-r--r--test/clightgen/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/clightgen/Makefile b/test/clightgen/Makefile
index 0607e2fa..bf4a044b 100644
--- a/test/clightgen/Makefile
+++ b/test/clightgen/Makefile
@@ -22,6 +22,8 @@ SRC+=aes.c almabench.c binarytrees.c bisect.c chomp.c fannkuch.c fft.c \
SRC+=arrays.c eval.c gmllexer.c gmlparser.c intersect.c light.c main.c \
matrix.c memory.c object.c render.c simplify.c surface.c vector.c
+CFLAGS=-DSYSTEM_$(SYSTEM)
+
all: $(SRC:.c=.vo)
test: