summaryrefslogtreecommitdiff
path: root/web/funnelAC/admin/makescript
blob: a7f03163536d2643b4fb9e799cb6813f0e0c9bbb (plain)
1
2
3
4
5
#!/bin/csh
# Choose betwen GNU C (gcc), or the default C (cc) on your system.
gcc -o fw -g -Wall *.c
#
#cc -o fw -g *.c