reorder some lines
This commit is contained in:
parent
53a9f69ac1
commit
f41c23f6f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -40,8 +40,8 @@ $(BUILDDIR)/%: %
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
$(LANGFILTER): langfilter/*.hs langfilter/langfilter.cabal
|
$(LANGFILTER): langfilter/*.hs langfilter/langfilter.cabal
|
||||||
mkdir -p $(dir $@)
|
|
||||||
cabal build -v0 all
|
cabal build -v0 all
|
||||||
|
mkdir -p $(dir $@)
|
||||||
find dist-newstyle -name $(notdir $@) \
|
find dist-newstyle -name $(notdir $@) \
|
||||||
-print -type f -exec cp {} $(TMPDIR) \;
|
-print -type f -exec cp {} $(TMPDIR) \;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue