summaryrefslogtreecommitdiff
path: root/nonstd/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-01-26 22:41:05 -0500
committerJakob Kaivo <jkk@ung.org>2019-01-26 22:41:05 -0500
commit8c6d4505329f94446084ca93eae10cd796d79a8d (patch)
treec00c6a990c81bd771ebcac72b38fd3ce2382c42e /nonstd/Makefile
new framework for building sources after gitlab migration
Diffstat (limited to 'nonstd/Makefile')
-rw-r--r--nonstd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/nonstd/Makefile b/nonstd/Makefile
new file mode 100644
index 00000000..e1c54e66
--- /dev/null
+++ b/nonstd/Makefile
@@ -0,0 +1,10 @@
+.POSIX:
+
+CFLAGS=-nostdinc -I../include -I.. -Istubs
+
+default: libc.o
+
+libc.o: libc.c
+
+clean:
+ rm -f *.o