;make cabal*: drop this wildcard rule

This commit is contained in:
Simon Michael 2021-01-12 18:00:08 -08:00
parent cf7ff01d5c
commit 1551988629

View File

@ -1028,10 +1028,6 @@ watch-%: $(call def-help,watch-RULE, run make RULE repeatedly when any committed
Shake: Shake.hs $(call def-help,Shake, ensure the Shake script is compiled )
./Shake.hs
cabal%: \
$(call def-help,cabalCMD, run cabal CMD inside each hledger package directory )
for p in $(PACKAGES); do (cd $$p; cabal $*); done
usage: cabalusage stackusage \
$(call def-help,usage, show size of various dirs )
du -sh .git bin data doc extra