diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Makefile b/lib/Makefile deleted file mode 100644 index 3881833..0000000 --- a/lib/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -.PHONY: libc -libc: - cd libc; make CC=$(CC) - -.PHONY: clean -clean: - cd libc/; make clean |