diff --git a/GRRLIB/GRRLIB/Makefile b/GRRLIB/GRRLIB/Makefile index 8f0e761..c889e82 100644 --- a/GRRLIB/GRRLIB/Makefile +++ b/GRRLIB/GRRLIB/Makefile @@ -8,7 +8,8 @@ ifeq ($(strip $(DEVKITPRO)),) $(error "Use export DEVKITPRO=devkitPRO and try again") endif -PWD := $(shell pwd) +NULLSTR := +PWD := $(subst $(NULLSTR) ,\ ,$(shell pwd)) include $(DEVKITPPC)/base_rules