Files
2019-08-04 21:38:19 -05:00

8 lines
174 B
Makefile

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