2 lines
79 B
Makefile
2 lines
79 B
Makefile
ph7: ph7.c
|
|
cc -o ph7 ph7.c examples/ph7_intro.c -W -Wunused -Wall -I. -Ofast
|