mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
|
#!/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"
|