updated makefile

pull/1/head
root 18 years ago
parent df12cf7d64
commit 4b1bd63516

@ -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

Loading…
Cancel
Save