From bf507a1c9fbe175818e63ae354948245895b15d3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 17 Sep 2009 17:37:22 +0000 Subject: Ignore built files, and make install target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d023dda..8dcbf49 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,7 @@ env4826: env4826.c env4526: env4526.c gcc -o env4526 env4526.c +install: env4826 env4526 + install env4826 /usr/local/sbin/ + install env4526 /usr/local/sbin/ + -- cgit v1.2.3