cacert-webdb/scripts/Makefile

11 lines
293 B
Makefile
Raw Normal View History

2004-10-16 00:28:17 +00:00
all: runserver.c runclient.c
gcc -O2 -o runserver runserver.c
gcc -O2 -o runclient runclient.c
2004-11-10 06:12:43 +00:00
gcc -O2 -o rungpg rungpg.c
2004-12-09 01:48:16 +00:00
gcc -O2 -o test test.c
chown root:chrapach runserver runclient rungpg test
chmod 4710 runserver runclient rungpg test
2004-10-16 00:28:17 +00:00
clean:
2004-12-09 01:48:16 +00:00
rm -f runserver runclient rungpg test