diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6e5312b..162e2f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,7 +115,7 @@ app: package-app app-tag app-tag: package-app app.tag -app.tag: package-app +app.tag: cp $(PACKAGE_APP) $(APP) touch app.tag |