tibia/templates/web-demo/demo.mk

5 lines
76 B
Makefile
Raw Normal View History

2024-01-18 17:13:31 +00:00
ALL += build/index.html
build/index.html: src/index.html | build
cp $^ $@