Update Makefile

This commit is contained in:
Symisc Systems
2018-02-19 02:14:44 +01:00
committed by GitHub
parent 6a4caff7b5
commit 07345c7a35

View File

@@ -1,3 +1,3 @@
hellomake: ph7.c
gcc -o ph7 ph7.c -W -Wall -Ofast -I.
ph7: ph7.c
gcc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -Ofast