Skip to content

Commit

Permalink
Temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Jan 26, 2017
1 parent 7bc255e commit 72a0d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/incl/Makefile
Expand Up @@ -15,10 +15,10 @@ all: uall
uall: $(POSTARGETS) $(NEGTARGETS)

$(POSTARGETS): %.pver: %
$(FSTAR) --include $^ --odir $^ Test.fst
$(FSTAR) --include $^ --odir $^ $^/Test.fst

$(NEGTARGETS): %.nver: %
! $(FSTAR) --include $^ --odir $^ Test.fst > $^/error.log 2>&1
! $(FSTAR) --include $^ --odir $^ $^/Test.fst > $^/error.log 2>&1
@echo $^ failed as expected

clean:
Expand Down

0 comments on commit 72a0d51

Please sign in to comment.