From 08ca9727963416b090db0568b0b6a9f7d4719590 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Wed, 19 Feb 2020 21:12:30 +0000 Subject: Add translation files. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5871bf2 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +NAME = grub2-theme +VERSION = 1.0 + +all: + +dist: + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; + $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1