mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 06:37:03 +03:00
update clean targets.
This commit is contained in:
parent
ef621fe9f9
commit
a7042bcf69
@ -23,6 +23,7 @@ clean:
|
||||
make clean-hs
|
||||
cabal clean
|
||||
[ ! -d .debian-build ] || rm -r .debian-build
|
||||
[ ! -d .stack-work ] || rm -r .stack-work
|
||||
test ! -d src || find src \( -name '*.o' -o -name '*.hi' -o -name '*.dyn_o' -o -name '*.dyn_hi' \) -exec rm {} \;
|
||||
|
||||
clean-hs:
|
||||
|
Loading…
Reference in New Issue
Block a user