Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Russoul committed Aug 24, 2023
1 parent d2ac718 commit 3ceb315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ VERSION_TAG ?= $(GIT_SHA1)
.PHONY: build FORCE

build: src/Server/Generated.idr
$(IDRIS2) --build lsp.ipkg
$(IDRIS2) --build idris2-lsp.ipkg

clean:
$(IDRIS2) --clean lsp.ipkg
$(IDRIS2) --clean idris2-lsp.ipkg
$(RM) -r build

repl: src/Server/Generated.idr
rlwrap $(IDRIS2) --repl lsp.ipkg
rlwrap $(IDRIS2) --repl idris2-lsp.ipkg

testbin:
@${MAKE} -C tests testbin
Expand Down

0 comments on commit 3ceb315

Please sign in to comment.