sex/gifbar/Makefile
2021-06-11 15:46:44 -07:00

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