Overview
Comment: | fix bugged makefile |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
36024a43c5617775546fedba949108fc |
User & Date: | lexi on 2021-12-22 10:23:23 |
Other Links: | manifest | tags |
Context
2021-12-26
| ||
04:08 | all kindsa shit check-in: 52b9bce7dd user: lexi tags: trunk | |
2021-12-22
| ||
10:23 | fix bugged makefile check-in: 36024a43c5 user: lexi tags: trunk | |
10:20 | aaaagh remove debugging code check-in: 5898f6833b user: lexi tags: trunk | |
Changes
Modified makefile from [af39b8375f] to [42776f3212].
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
chmod +x $@ $(build)/cortav.html: cortav.ct $(build)/$(executable) | $(build)/ $(build)/$(executable) $< -o $@ -m render:format html -y html:fossil-uv .PHONY: syncdoc syncdoc: $(build)/cortav.html fossil uv add $< fossil uv sync .PHONY: clean clean: rm -f $(build)/cortav $(build)/cortav.html $(build)/velartrill-cortav-view.desktop $(build)/cortav-view.sh $(build)/%.sh: desk/%.sh |
| |
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
chmod +x $@
$(build)/cortav.html: cortav.ct $(build)/$(executable) | $(build)/
$(build)/$(executable) $< -o $@ -m render:format html -y html:fossil-uv
.PHONY: syncdoc
syncdoc: $(build)/cortav.html
fossil uv add $< --as cortav.html
fossil uv sync
.PHONY: clean
clean:
rm -f $(build)/cortav $(build)/cortav.html $(build)/velartrill-cortav-view.desktop $(build)/cortav-view.sh
$(build)/%.sh: desk/%.sh
|