updated makefile
This commit is contained in:
parent
df12cf7d64
commit
4b1bd63516
1 changed files with 7 additions and 3 deletions
|
@ -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…
Reference in a new issue