reorder some lines

This commit is contained in:
Rhiannon Morris 2020-10-30 07:54:42 +01:00
parent 53a9f69ac1
commit f41c23f6f3
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@ $(BUILDDIR)/%: %
cp $< $@
$(LANGFILTER): langfilter/*.hs langfilter/langfilter.cabal
mkdir -p $(dir $@)
cabal build -v0 all
mkdir -p $(dir $@)
find dist-newstyle -name $(notdir $@) \
-print -type f -exec cp {} $(TMPDIR) \;