From 4b1bd63516374770f4adb16436494e1c919b1fd0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Feb 2006 15:11:42 +0000 Subject: [PATCH] updated makefile --- scripts/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index 9441a6b..38cff8e 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -2,9 +2,13 @@ all: runserver.c runclient.c gcc -O2 -o runserver runserver.c gcc -O2 -o runclient runclient.c gcc -O2 -o rungpg rungpg.c - gcc -O2 -o test test.c - chown root:chrapach runserver runclient rungpg test - chmod 4710 runserver runclient rungpg test + chown root:chrapach runserver runclient rungpg + chmod 4710 runserver runclient rungpg clean: rm -f runserver runclient rungpg test + +test: test.c + gcc -O2 -o test test.c + chown root:chrapach test + chmod 4710 test