use settings.mk

This commit is contained in:
Ethan Roseman 2020-12-07 08:52:16 +09:00
parent 6201aca296
commit e78900aa0d
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