From cf193c66d988637d9ddfb0acee82608a04f96402 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 19 Apr 2007 19:54:07 +0000 Subject: Kickoff --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4e8c820 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CC?=gcc +CFLAGS=-Os +LDFLAGS=-s + +el: el.c mystdlib.c mystdlib.h + $(CC) -o el el.c mystdlib.c $(CFLAGS) $(LDFLAGS) -- cgit v1.2.3