summaryrefslogtreecommitdiff
path: root/Examples/octave/module_load/Makefile
blob: d2cd66e70fee4894a28290945a901792a6aca221 (plain)
1
2
3
4
5
6
7
SRCS     = example.c
TARGET   = swigexample
SWIGOPT  = -module swigexample
TARGET2  = swigexample2
SWIGOPT2 = -module swigexample2 -globals .

include $(SRCDIR)../example.mk