11 lines
212 B
Makefile
11 lines
212 B
Makefile
# Check that the build environment is setup
|
|
# Idea taken from https://github.com/klange/toaruos
|
|
ifeq ($(MITTOS64),)
|
|
$(error Build environment is not activated. Please source activate)
|
|
endif
|
|
|
|
.PHONY: all
|
|
|
|
all:
|
|
|