summaryrefslogtreecommitdiff
path: root/test/compile-c99.sh
blob: c13617d158bfd70e2d1b43e54741909697458b62 (plain)
1
2
3
#!/bin/sh

exec gcc -std=c99 -O2 -Wall -Wextra -pedantic -I../src "$@" -o inflate inflate-app.c ../src/inflate.c