sex/gifbar/Makefile

4 lines
140 B
Makefile
Raw Permalink Normal View History

2021-06-11 18:46:44 -04:00
default:
gcc -Wall -O3 -pedantic -ansi -fasm -fomit-frame-pointer -ffast-math -funroll-loops -o gifbar.cgi gifbar.c
chmod 755 gifbar.cgi