diff test/plain/Makefile.M @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/plain/Makefile.M	Thu Mar 19 22:24:28 2015 +0100
@@ -0,0 +1,10 @@
+#include "../../buildsys/dynmake/Makefile.base.M"
+
+all: plain
+
+plain: _O(test_main) _O(test_structs)
+	_(CC) _(CFLAGS) _(PREREQS) _(LDFLAGS) _(LDFLAG_IN_PREFIX)dyncall_s _(LDFLAG_OUT_PREFIX)_(TARGET)
+
+clean:
+	_(RM) _O(*)
+	_(RM) plain