insall -> install for PHONY target in Makefile

This commit is contained in:
Richard Hopkins 2015-06-11 22:25:15 +01:00
parent 483edb5708
commit 4445a17058
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)