From e78900aa0d380670a68e828fd0deb8ca30cdb24d Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 7 Dec 2020 08:52:16 +0900 Subject: [PATCH] use settings.mk --- .gitignore | 1 - Makefile | 2 -- 2 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81e1b818af..61f6368094 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,3 @@ settings.mk /sprite tools/Yay0compress -cpp.mk diff --git a/Makefile b/Makefile index f802cb7973..2c55403d01 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,6 @@ CPP := cpp LD := $(CROSS)ld OBJCOPY := $(CROSS)objcopy --include cpp.mk # Used to specify alternate CPP if `cpp` is the clang one on MacOS - UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) OS=linux