diff options
author | Peter H. Froehlich <peter.hans.froehlich@gmail.com> | 2021-10-17 13:01:18 +0200 |
---|---|---|
committer | Peter H. Froehlich <peter.hans.froehlich@gmail.com> | 2021-10-17 13:01:18 +0200 |
commit | cfbccf30e184518d84a32a2bae4eab44af010879 (patch) | |
tree | 61eda095217b7a8e6a8e98be9ba737d5e53981f1 | |
parent | 9087339caef73478e0156fd996c5c55c52a48dcc (diff) | |
download | mkgpt-cfbccf30e184518d84a32a2bae4eab44af010879.tar.gz |
Better GNU make fix
-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 |