4 lines
60 B
Makefile
4 lines
60 B
Makefile
hellomake: ph7.c
|
|
gcc -o ph7 ph7.c -W -Wall -Ofast -I.
|
|
|
hellomake: ph7.c
|
|
gcc -o ph7 ph7.c -W -Wall -Ofast -I.
|
|
|