jim-xconv/Makefile

13 lines
160 B
Makefile

BUILDOPTS := --notest
export PATH := $(PATH):..
all: xconv.so
xconv.so: xconv.c
../build-jim-ext -I.. -L.. $(BUILDOPTS) $^ -lxconv
clean:
rm -f *.o *.so