mirror of https://github.com/pmret/papermario.git
Use settings.mk
This commit is contained in:
parent
393f972370
commit
95f93beb08
|
@ -28,4 +28,3 @@ settings.mk
|
||||||
/sprite
|
/sprite
|
||||||
|
|
||||||
tools/Yay0compress
|
tools/Yay0compress
|
||||||
cpp.mk
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -58,8 +58,6 @@ CPP := cpp
|
||||||
LD := $(CROSS)ld
|
LD := $(CROSS)ld
|
||||||
OBJCOPY := $(CROSS)objcopy
|
OBJCOPY := $(CROSS)objcopy
|
||||||
|
|
||||||
-include cpp.mk # Used to specify alternate CPP if `cpp` is the clang one on MacOS
|
|
||||||
|
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
ifeq ($(UNAME_S),Linux)
|
ifeq ($(UNAME_S),Linux)
|
||||||
OS=linux
|
OS=linux
|
||||||
|
|
Loading…
Reference in New Issue