Skip to content

Commit

Permalink
CI compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Mar 23, 2018
1 parent c2b3979 commit 4064311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ OCAMLBUILD=ocamlbuild -I src -I lib -I parser -use-menhir -use-ocamlfind -classi
FLAVOR?=native
TARGETS=Kremlin.$(FLAVOR) Tests.$(FLAVOR)

minimal: all

all:
@# Workaround Windows bug in OCamlbuild
$(shell [ -f Kremlin.$(FLAVOR) ] && rm Kremlin.$(FLAVOR); [ -f Tests.$(FLAVOR) ] && rm Tests.$(FLAVOR))
Expand Down

0 comments on commit 4064311

Please sign in to comment.