aboutsummaryrefslogtreecommitdiff
path: root/Plugins/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/makefile')
-rw-r--r--Plugins/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Plugins/makefile b/Plugins/makefile
index 928c4b7..dd1b028 100644
--- a/Plugins/makefile
+++ b/Plugins/makefile
@@ -5,7 +5,7 @@ all: noize colortv subtract xbend bend gol shuffle green \
multiply overlay screen shadowcaster softlight \
rgbseek modgain traffic constrain eclipse eclipse02 eclipse03 \
cga keyscreen rene cutout fromage rgbavg rgbavg02 \
- rowca argument-passing
+ rowca argument-passing lightspeed
dir *.dll
@@ -188,3 +188,6 @@ rowca:
argument-passing:
cl argument-passing.cpp $(FLAGS) /GX /link $(EFFECT)
+
+lightspeed:
+ cl lightspeed.c $(FLAGS) /link $(EFFECT)