Files
ANSLibs/swig-4.3.0/Examples/octave/module_load/Makefile

8 lines
174 B
Makefile
Raw Normal View History

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