Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/octave/module_load/Makefile
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

8 lines
174 B
Makefile

SRCS = example.c
TARGET = swigexample
SWIGOPT = -module swigexample
TARGET2 = swigexample2
SWIGOPT2 = -module swigexample2 -globals .
include $(SRCDIR)../example.mk