summaryrefslogtreecommitdiff
path: root/Examples/chicken/class
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/chicken/class')
-rw-r--r--Examples/chicken/class/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/chicken/class/Makefile b/Examples/chicken/class/Makefile
index 1436d836f..cd445c867 100644
--- a/Examples/chicken/class/Makefile
+++ b/Examples/chicken/class/Makefile
@@ -1,12 +1,12 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
INTERFACE = example.i
-SRCS =
+SRCS =
CXXSRCS = example.cxx
TARGET = class
INCLUDE =
SWIGOPT =
-CFLAGS =
+CFLAGS =
VARIANT =
# uncomment the following lines to build a static exe (only pick one of the CHICKEN_MAIN lines)