From 1551988629f9cd01d2ad20a5fc7a266be23b0eaa Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Jan 2021 18:00:08 -0800 Subject: [PATCH] ;make cabal*: drop this wildcard rule --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index bf70bee5a..259089bb7 100644 --- a/Makefile +++ b/Makefile @@ -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