Skip to content

Commit

Permalink
* update vendor/Makefile for cfunge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 1, 2014
1 parent 062a5c6 commit f7a5328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LCI=lci-0.10.5
NPIET=npiet-1.3c
CFUNGE=cfunge-0.9.0

all: $(LCI)/lci $(NPIET)/npiet
all: $(LCI)/lci $(NPIET)/npiet $(CFUNGE)/cfunge

$(LCI)/lci:
unzip $(LCI).zip
Expand All @@ -17,4 +17,4 @@ $(CFUNGE)/cfunge:
(cd $(CFUNGE) && cmake . && make)

clean:
rm -rf $(LCI)/ $(NPIET)/
rm -rf $(LCI)/ $(NPIET)/ $(CFUNGE)/

0 comments on commit f7a5328

Please sign in to comment.