Use settings.mk

This commit is contained in:
Ethan Roseman 2020-12-07 08:53:31 +09:00
parent 393f972370
commit 95f93beb08
2 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,4 +28,3 @@ settings.mk
/sprite
tools/Yay0compress
cpp.mk

View File

@ -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