You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-webdb/scripts/Makefile

11 lines
293 B
Makefile

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
clean:
rm -f runserver runclient rungpg test