From 393f97237052cc2c6f6744a7e11014d6f38c8a23 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sat, 5 Dec 2020 17:45:08 -0500 Subject: [PATCH] fixes --- .gitignore | 1 + Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 61f6368094..81e1b818af 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ settings.mk /sprite tools/Yay0compress +cpp.mk diff --git a/Makefile b/Makefile index 2c55403d01..f802cb7973 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,8 @@ 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