Skip to content

Commit 7f33de5

Browse files
author
Garrin Kimmell
committed
Added a 'hudson' build target, for changing to the subirectories and building.
1 parent 4c27fe4 commit 7f33de5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ derive:
2727
delete-trailing-whitespace:
2828
@for f in `/usr/bin/find . -iname \*.hs`; do \
2929
sed -i -e 's/[ \t]*$$//g' $$f; done
30+
31+
32+
hudson:
33+
cd netlist && cabal install
34+
cd netlist-to-vhdl && cabal install

0 commit comments

Comments
 (0)