summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 15e1508..1e3d806 100644
--- a/Makefile
+++ b/Makefile
@@ -2,18 +2,20 @@ APP_NAME=dhcp
PACKAGE=acf-$(APP_NAME)
VERSION=1.0_alpha1
-APP_DIST=dhcp-controller.lua \
- dhcp-editnet-html.lsp \
- dhcp-help-html.lsp \
- dhcp-editspc-html.lsp \
- dhcp-home-html.lsp \
+APP_DIST=\
+ dhcp-controller.lua \
dhcp-createnet-html.lsp \
dhcp-delnet-html.lsp \
- dhcp-view-html.lsp \
dhcp-dep-html.lsp \
- dhcp-settings-html.lsp \
+ dhcp-editnet-html.lsp \
+ dhcp-editspc-html.lsp \
+ dhcp-help-html.lsp \
+ dhcp-home-html.lsp \
dhcp-model.lua \
- dhcp.menu
+ dhcp-settings-html.lsp \
+ dhcp-view-html.lsp \
+ dhcp.menu \
+
EXTRA_DIST=README Makefile config.mk