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