diff options
Diffstat (limited to 'Plugins/makefile')
-rw-r--r-- | Plugins/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Plugins/makefile b/Plugins/makefile index 4e92a8a..8a1dd91 100644 --- a/Plugins/makefile +++ b/Plugins/makefile @@ -4,7 +4,8 @@ all: noize colortv subtract xbend bend gol shuffle green \ convolution compare darken deinterlace difference interlace lighten \ multiply overlay screen shadowcaster softlight \ rgbseek modgain traffic constrain eclipse eclipse02 eclipse03 \ - cga keyscreen rene cutout fromage rgbavg rgbavg02 + cga keyscreen rene cutout fromage rgbavg rgbavg02 \ + rowca dir *.dll @@ -181,3 +182,6 @@ rgbavg02: # # </PeRColate> # + +rowca: + cl rowca.cpp $(FLAGS) /GX /link $(EFFECT) |