Import of v1 code.
This commit is contained in:
13
libffi/Makefile.am
Normal file
13
libffi/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
## 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)
|
||||
Reference in New Issue
Block a user