Makefile for Travis

This commit is contained in:
Symisc Systems
2018-02-19 02:40:33 +01:00
committed by GitHub
부모 5ad1cd3c8c
커밋 6cd8af0a84

파일 보기

@@ -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