Merge pull request #267 from hopkinsr/install-typo

insall -> install for PHONY target in Makefile
This commit is contained in:
Yuichi Nishiwaki 2015-06-12 16:16:52 +09:00
commit 5e7f754214
1 changed files with 1 additions and 1 deletions

View File

@ -85,4 +85,4 @@ clean:
rm -f $(PICRIN_OBJS)
rm -f $(CONTRIB_OBJS)
.PHONY: all insall clean run test test-r7rs test-contribs doc $(CONTRIB_TESTS)
.PHONY: all install clean run test test-r7rs test-contribs doc $(CONTRIB_TESTS)