From ebdda206434a93f5715aff55b0e9f59d03202d48 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 05:44:10 -0400 Subject: don't name a fake target the same thing as a real one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bed5f09..ec99c92 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ endif all: $(OUT) $(SOUT) ## Build both static and dynamic libraries -build: $(OUT) ## Build a dynamic library +dynamic: $(OUT) ## Build a dynamic library static: $(SOUT) ## Build a static library -- cgit v1.2.3