summaryrefslogtreecommitdiff
path: root/nonstd
diff options
context:
space:
mode:
Diffstat (limited to 'nonstd')
-rw-r--r--nonstd/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/nonstd/Makefile b/nonstd/Makefile
deleted file mode 100644
index e1c54e66..00000000
--- a/nonstd/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.POSIX:
-
-CFLAGS=-nostdinc -I../include -I.. -Istubs
-
-default: libc.o
-
-libc.o: libc.c
-
-clean:
- rm -f *.o