;make cabal*: drop this wildcard rule

(cherry picked from commit 1551988629)
This commit is contained in:
Simon Michael 2021-01-12 18:00:08 -08:00
parent 90e82b6624
commit 4332893d1f

View File

@ -1033,10 +1033,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