msxbuild/Makefile

14 lines
228 B
Makefile

#
# Example project makefile for msxbuild.
#
.SUFFIXES:
PATH_BIN := bin
PATH_SRC := src
all:
$(call mb_doc_show_help@all)
.PHONY: all
include lib/make/msxbuild.mk
include $(call mb_rwildcard, $(PATH_SRC), */0module.mk)