lolcat/Makefile
2014-10-24 11:12:03 +02:00

5 lines
70 B
Makefile

all: lolcat
lolcat: lolcat.c
gcc -std=c99 -Wall -o lolcat lolcat.c