summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 05:44:10 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 05:44:10 -0400
commitebdda206434a93f5715aff55b0e9f59d03202d48 (patch)
tree176bec64c04b5ae5eac82accca48c129991d7f49
parent40efee07a79bc3cce7910a98a8d2779240ec8769 (diff)
downloadlibvt100-ebdda206434a93f5715aff55b0e9f59d03202d48.tar.gz
libvt100-ebdda206434a93f5715aff55b0e9f59d03202d48.zip
don't name a fake target the same thing as a real one
-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