From 7d41bdf3f9222e6f2261289cddaac8b5101f570c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Mar 2020 14:00:39 +0000 Subject: [PATCH] Build source --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Makefile b/Makefile index d6550578..36283df5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,17 @@ +APP=epicyon +VERSION=1.2 + all: debug: +source: + rm -f *.*~ *~ + rm -f orgs/*~ + rm -f scripts/*~ + rm -rf __pycache__ + rm -f \#* \.#* src/*~ + rm -fr deb.* + rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc + cd .. && mv ${APP} ${APP}-${VERSION} && tar -zcvf ${APP}_${VERSION}.orig.tar.gz ${APP}-${VERSION}/ && mv ${APP}-${VERSION} ${APP} clean: rm -f *.*~ *~ rm -f orgs/*~