From c56215062c961402515daeef8330ed75cd94af29 Mon Sep 17 00:00:00 2001 From: landley Date: Thu, 28 Sep 2006 17:18:51 -0400 Subject: Next snapshot. Tries to grab something out of lib in order to build, I have an empty "blah.c" in there to make it happy but I'm not checking that in. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..984cdeb0 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: + gcc -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox + +clean: + rm toybox -- cgit v1.2.3