Mercurial > hg > Members > kono > nitros9-code
view level1/wwwroot/makefile @ 3295:6b7a7b233925 default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Tue, 19 Apr 2022 18:12:17 +0200 |
parents | 9bb0c42d9fc6 |
children |
line wrap: on
line source
include ../port.mak DEPENDS = ./makefile index.html: $(LEVEL1)/wwwroot/index.html @sed -e 's|%PORT%|$(PORT)|' -e 's|%MACHINE%|$(MACHINE)|' $^ > $@ all: index.html $(DEPENDS) clean: $(RM) index.html showobjs: @$(ECHO) index.html