Skip to content

Commit 0803691

Browse files
authored
Revert testing Makefile changes to make install (#29)
1 parent a2f45d3 commit 0803691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ register:
4343
$(MAKE) -C src register
4444

4545
install:
46-
@echo neal is at $(NEAL)
46+
@ln -fs $(NEAL) /usr/local/bin/neal
47+
@echo installed at /usr/local/bin/neal
4748

4849
coverage:
4950
@COVERAGE=1 $(MAKE) test

0 commit comments

Comments
 (0)