diff --git a/heaps_of_knowledge/Makefile b/heaps_of_knowledge/Makefile new file mode 100644 index 0000000..034c977 --- /dev/null +++ b/heaps_of_knowledge/Makefile @@ -0,0 +1,2 @@ +(all): + gcc -m32 -std=c99 -Wall -fno-stack-protector heaps_of_knowledge.c -o heaps_of_knowledge