Not enough, apparently.

This commit is contained in:
lephe 2017-07-11 14:02:50 +02:00
parent 79b78b5345
commit 0f4b589240
4 changed files with 6 additions and 2 deletions

View File

@ -47,18 +47,22 @@ demo-cflags = -m3 -mb -nostdlib -I include -ffreestanding -std=c11 -Os \
obj-std-spec =
obj-lib-spec = build/display_font_system.bmp.o
# Configuration files
# Configuration files, require them only if we're not cleaning
config = gcc.cfg
ifeq "$(filter clean mrproper distclean,$(MAKECMDGOALS))" ""
ifeq ($(wildcard $(config)),)
$(error "Configuration files are missing. Did you ./configure ?")
endif
endif
# Target folder
# Target folder, require it only if we want to install
ifneq "$(filter install,$(MAKECMDGOALS))" ""
folder := $(shell fxsdk --folder)
ifndef folder
$(error "Could not get the fxSDK storage folder. Did you install fxSDK \
properly?")
endif
endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB