4 lines
140 B
Makefile
4 lines
140 B
Makefile
default:
|
|
gcc -Wall -O3 -pedantic -ansi -fasm -fomit-frame-pointer -ffast-math -funroll-loops -o gifbar.cgi gifbar.c
|
|
chmod 755 gifbar.cgi
|