Create Makefile
This commit is contained in:
parent
31d72c04f5
commit
a247279084
1 changed files with 2 additions and 0 deletions
2
heaps_of_knowledge/Makefile
Normal file
2
heaps_of_knowledge/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
(all):
|
||||
gcc -m32 -std=c99 -Wall -fno-stack-protector heaps_of_knowledge.c -o heaps_of_knowledge
|
Loading…
Reference in a new issue