diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 6d5c56f..6f63b1d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -.POSIX: -CC?=cc # GNU make .POSIX fix +#.POSIX: # GNU make forces CC=c99 which breaks -std=c11 SHELL=/bin/sh # paranoia .PHONY: prod static dev sane check clean depend format install uninstall |