Willem Cazander
65b40a74cb
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
14 lines
228 B
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)
|