Aer/Makefile
Symisc Systems 5ad1cd3c8c
Makefile for Travis build
For your own deployment, just drop ph7.c and ph7.h in your source tree without any dependency
2018-02-19 02:37:21 +01:00

2 lines
65 B
Makefile

ph7: ph7.c
cc -o ph7 ph7.c examples/ph7_intro.c -W -Wall -Ofast