Skip to content

Commit

Permalink
Revert testing Makefile changes to make install (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaveo authored Mar 9, 2022
1 parent a2f45d3 commit 0803691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ register:
$(MAKE) -C src register

install:
@echo neal is at $(NEAL)
@ln -fs $(NEAL) /usr/local/bin/neal
@echo installed at /usr/local/bin/neal

coverage:
@COVERAGE=1 $(MAKE) test
Expand Down

0 comments on commit 0803691

Please sign in to comment.