msxbuild/Makefile
Willem Cazander 65b40a74cb
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
Renamed dos packages and new help system.
2024-07-02 03:27:14 +02:00

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)