summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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