Blame | Last modification | View Log | Download
# Supported environments:# GNU/Linux# Windows NTinclude ../../_sdk/common.mk# no trailing "/"INSTALLDIR := $(INSTALLDIR)nedogame.PHONY: install cleanifeq ($(OS),Windows_NT)install: build.batcall $<elseinstall:$(warning Target "$@" is not implemented)endifclean:$(warning Target "$@" is not implemented)