diff --git a/Makefile b/Makefile index 735c9a0..1eee738 100644 --- a/Makefile +++ b/Makefile @@ -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