diff --git a/Makefile b/Makefile index a125de5..ee25d4e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SRC := a2m.c CC := cc CFLAGS += -g -std=c99 -Wall -UNAME := $(shell sh -c 'UNAME -s 2>/dev/null') +UNAME := $(shell sh -c 'uname -s 2>/dev/null') ifeq ($(UNAME),Darwin) CC := clang