From 4445a170587d83a3e9957ec87b08749a482e089e Mon Sep 17 00:00:00 2001 From: Richard Hopkins Date: Thu, 11 Jun 2015 22:25:15 +0100 Subject: [PATCH] insall -> install for PHONY target in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea71bca4..06891f47 100644 --- a/Makefile +++ b/Makefile @@ -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)