2 lines
96 B
Makefile
2 lines
96 B
Makefile
(all):
|
|
gcc -m32 -std=c99 -Wall -fno-stack-protector heaps_of_knowledge.c -o heaps_of_knowledge
|