]> begriffs open source - libnonstd/blob - Makefile
Test the types with printf
[libnonstd] / Makefile
1 .POSIX :
2
3 CFLAGS = -std=c99 -Wall -Wextra -Iinclude
4
5 test/t_integral : test/t_integral.c include/nonstd/integral.h include/internal/ssize.h
6         $(CC) $(CFLAGS) -o $@ test/t_integral.c