Symisc Systems
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -1,2 +1,2 @@ |
|
|
|
ph7: ph7.c |
|
|
|
cc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -Ofast |
|
|
|
cc -o ph7 ph7.c examples/ph7_intro.c -W -Wunused -Wall -I. -Ofast |