Mark Makefile as POSIX

This commit is contained in:
Camden Dixie O'Brien 2022-11-24 18:17:09 +00:00
parent da89556776
commit a624030558

View File

@ -14,6 +14,8 @@
# License along with this program. If not, see
# <https://www.gnu.org/licenses/>.
.POSIX:
CFLAGS += -std=c11 -pedantic -Wall -Wextra
CFLAGS += -O3 -flto
CFLAGS += -D_XOPEN_SOURCE=700