hush/build.gcc

5 lines
160 B
Bash
Executable File

#!/bin/sh
# Make with appropriate flags for gcc or clang on modern *nix systems
make CFLAGS="-std=c89 -funsigned-char -Wall -Wno-format-security -Wno-comment"