From 8190f10e4880b73cbd4c0d3694f38b6d5953bb4e Mon Sep 17 00:00:00 2001 From: El-BG-1970 Date: Wed, 13 Oct 2021 15:05:40 +0200 Subject: added readme --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a5fc211..a5c13fd 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,8 @@ UNAME := $(shell uname) ifeq ($(UNAME), Linux) CC=clang --std=gnu99 -CXX=clang --std=gnu++11 else CC=clang --std=c99 -CXX=clang --std=c++11 endif CFLAGS=-Wall -Wextra -Werror -g -- cgit v1.2.3