From 8a28cf80f66f859f8f4ff7aa3cae93b1d2ca89ab Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 16 Oct 2019 22:08:08 -0400 Subject: [PATCH] No install target here. --- sdl2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2/Makefile b/sdl2/Makefile index ff748f58..1eb67a56 100644 --- a/sdl2/Makefile +++ b/sdl2/Makefile @@ -77,7 +77,7 @@ LINK = $(CC) DEMOS += sdltest$(E) -.PHONY: all libs clean demos install +.PHONY: all libs clean demos all: libs