summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-09-21 01:07:30 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:20 -0500
commitc34c66a73034186b679c55681b1997c88aefa758 (patch)
treea3eb7be8b19f70c63caec0c68e4f23917d19dd41 /Makefile.in
parentd37b7787e5484e00e78f755ea2fd3bad4c75da3b (diff)
downloadperk-c34c66a73034186b679c55681b1997c88aefa758.tar.bz2
perk-c34c66a73034186b679c55681b1997c88aefa758.tar.xz
Makefile.in: add missing dependency information.
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 9bfc480..6dc6a60 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,6 +121,8 @@ shared-lib: shared-objs $(SHARED_LIB)
static-lib: static-objs $(STATIC_LIB)
+shared-implib: shared-lib
+
default-app: static $(DEFAULT_APP) $(APP)