Files
cpython-source-deps/libffi/Makefile.am
1998-11-29 16:48:16 +00:00

14 lines
188 B
Makefile

## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS = foreign
SUBDIRS = include src
EXTRA_DIST = LICENSE
test:
(cd src; $(MAKE) test)
lint:
(cd src; $(MAKE) lint)