summaryrefslogtreecommitdiffstats
path: root/src/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 06:12:51 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 06:19:01 (EST)
commit5be28ec28f7eb8aaa798f95d0ea27a18d8e4b8a4 (patch)
tree05dcce93242485f16cd0c9c73d927e6fd03b9a63 /src/local.mk
parentf28a551cae7b6340bc625c40f4a1022175c4ac06 (diff)
installer: Add installer backend frontend
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/local.mk b/src/local.mk
index 331f13c..bfd93f8 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -19,6 +19,7 @@ prokit_SOURCES += \
src/cmd.sh \
src/profile.sh \
src/package.sh \
+ src/installer.sh \
src/install.sh
include $(top_srcdir)/src/cmd/local.mk