mirror of
https://github.com/sheumann/hush.git
synced 2025-03-13 00:30:23 +00:00
5 lines
160 B
Bash
Executable File
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"
|