summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
committerIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
commit236963e7563be3e3f8220dac7bb4af446928e194 (patch)
treee521ea226db0345bbb3679fffe09d96254b7dc73 /lib/Makefile
parent214eadc62b5578f76c98a38a28f8b3d80ac4d6ad (diff)
Clean out for expt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile7
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