hledger/Makefile
2024-04-24 07:34:31 -10:00

8 lines
159 B
Makefile

# Justfile has replaced this.
MSG="Project scripts are now in Justfile (and Shake.hs). Run 'just' for help."
.PHONY: site
site:
@echo $(MSG)
%:
@echo $(MSG)