From f2ffe66848dc59d47d577953ec4a9db290c41b63 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 12 Jun 2007 00:01:58 +0000 Subject: Initial import --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..21dcf17 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ + +athsta: athsta.c + gcc -g -o athsta athsta.c + +clean: + rm -f *.o + rm athsta + +install: athsta + install athsta /usr/local/sbin/ -- cgit v1.2.3