diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ cleandist: clean dir: mkdir $(PACKAGE)-$(VERSION) -localcopy: +localcopy: dir tar c --exclude=.git $(FILES) | tar x -C $(PACKAGE)-$(VERSION) -tar: +tar: localcopy tar cvYf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -fr $(PACKAGE)-$(VERSION) |