aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-07-14 17:44:20 +0200
committeraxtloss <axtlos@getcryst.al>2024-07-14 17:44:20 +0200
commit58fbbbca5a1f6b94885ce47e46c28e1cd03583d7 (patch)
treea9c53614295d8a6733f356679c0b633c5ce48e7c /Makefile.am
parent1a4696492e3cd478080e438950a7664a68fefcd6 (diff)
downloadextlib-58fbbbca5a1f6b94885ce47e46c28e1cd03583d7.tar.gz
extlib-58fbbbca5a1f6b94885ce47e46c28e1cd03583d7.tar.bz2
move to autotools
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..45dfac9
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,8 @@
+test: FORCE
+ cd tests && make test
+
+FORCE: ;
+
+
+SUBDIRS = src
+ACLOCAL_AMFLAGS = -I m4