diff options
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,12 +1,9 @@ APP_NAME=devtools PACKAGE=acf-$(APP_NAME) -VERSION=0.1 +VERSION=0.2 APP_DIST=\ - acfupdate-controller.lua \ - acfupdate-html.lsp \ - acfupdate-model.lua \ - acfupdate.menu + acfupdate* \ EXTRA_DIST=README Makefile config.mk |