diff options
Diffstat (limited to 'Examples/chicken/overload/Makefile')
-rw-r--r-- | Examples/chicken/overload/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Examples/chicken/overload/Makefile b/Examples/chicken/overload/Makefile index e15352ec5..fb190e882 100644 --- a/Examples/chicken/overload/Makefile +++ b/Examples/chicken/overload/Makefile @@ -1,13 +1,13 @@ TOP = ../.. SWIG = $(TOP)/../preinst-swig INTERFACE = example.i -SRCS = +SRCS = CXXSRCS = example.cxx TARGET = overload INCLUDE = SWIGOPT = -proxy -unhideprimitive -CFLAGS = -VARIANT = +CFLAGS = +VARIANT = # uncomment the following lines to build a static exe #CHICKEN_MAIN = runme.scm |