hledger/Makefile

8 lines
159 B
Makefile
Raw Normal View History

2024-04-24 20:34:09 +03:00
# Justfile has replaced this.
MSG="Project scripts are now in Justfile (and Shake.hs). Run 'just' for help."
.PHONY: site
2024-04-24 20:34:09 +03:00
site:
@echo $(MSG)
%:
@echo $(MSG)