]> iEval git - filters.git/blob - scramble.dir/Makefile
Rename lolcat to LOLCAT to avoid collision with a fine rainbow colored cat. Closes...
[filters.git] / scramble.dir / Makefile
1 ../scramble: scramble.c
2 $(CC) -o $@ $< -O2 -g
3
4 clean:
5 rm -f ../scramble
This page took 0.039359 seconds and 4 git commands to generate.