summaryrefslogtreecommitdiff
path: root/Examples/go/extend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/go/extend/Makefile')
-rw-r--r--Examples/go/extend/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/go/extend/Makefile b/Examples/go/extend/Makefile
index 7489f87dc..386d4d0bb 100644
--- a/Examples/go/extend/Makefile
+++ b/Examples/go/extend/Makefile
@@ -1,12 +1,12 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS = example.cxx
+CXXSRCS = extend.cxx
TARGET = example
INTERFACE = example.i
SWIGOPT =
check: build
- $(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' go_run
+ $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' go_run_cpp
build:
$(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \