Skip to content

Commit

Permalink
Add repl target
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyf committed Sep 16, 2013
1 parent 991d623 commit 818107d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: Locks
.PHONY: Locks repl

all: Locks ConcState

Expand All @@ -11,3 +11,5 @@ ConcEnv.ibc: ConcEnv.idr
ConcState: ConcState.idr ConcEnv.ibc
idris -o $@ $< -i Locks/ -p effects

repl: ConcEnv.ibc Locks
idris -i Locks/ -p effects ConcState.idr

0 comments on commit 818107d

Please sign in to comment.