msxbuild/Makefile

14 lines
228 B
Makefile
Raw Normal View History

#
# Example project makefile for msxbuild.
#
.SUFFIXES:
2020-12-23 17:14:13 +00:00
PATH_BIN := bin
PATH_SRC := src
2020-12-23 17:14:13 +00:00
all:
$(call mb_doc_show_help@all)
.PHONY: all
2020-12-23 17:14:13 +00:00
include lib/make/msxbuild.mk
include $(call mb_rwildcard, $(PATH_SRC), */0module.mk)