A collection of programs written in ponylang.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
263 B

SUBDIRS=unit
EXTRA_DIST=compile-test
bin_PROGRAMS=arithtest
arithtest_SOURCES=arithtest.c
arithtest_CPPFLAGS=-I../libfnv/include -I../libfnv -Wall @CHECK_CFLAGS@ -I../libfnvutil -g
arithtest_LDADD =../libfnv/libfnv.la ../libfnvutil/libfnvutil.la @CHECK_LIBS@