jim-xconv/Makefile

13 lines
160 B
Makefile
Raw Normal View History

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