summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5b15bd0..414230e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,6 +69,8 @@ PIC_OBJS = $(PIC_OBJC) $(PIC_OBJA)
all: static shared
+libs: $(LIBS)
+
static: example$(EXE) minigzip$(EXE)
shared: examplesh$(EXE) minigzipsh$(EXE)