epicyon/Makefile

39 lines
927 B
Makefile
Raw Normal View History

2020-03-05 14:00:39 +00:00
APP=epicyon
2020-03-09 17:40:00 +00:00
VERSION=1.1.0
2020-03-05 14:00:39 +00:00
2019-06-28 18:55:29 +00:00
all:
debug:
2022-06-05 16:21:43 +00:00
sbom:
scanoss-py scan . > sbom.json
2020-03-05 14:00:39 +00:00
source:
rm -f *.*~ *~
2021-08-08 20:07:18 +00:00
rm -f ontology/*~
rm -f ontology/*.new
2020-05-29 10:00:05 +00:00
rm -f translations/*~
2020-03-05 14:00:39 +00:00
rm -f orgs/*~
rm -f scripts/*~
2020-06-20 11:26:48 +00:00
rm -f deploy/*~
2020-03-05 14:00:39 +00:00
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}
2019-06-28 18:55:29 +00:00
clean:
2022-06-05 16:29:13 +00:00
rm -f \#*
2020-07-08 13:23:23 +00:00
rm -f *.*~ *~ *.dot
2019-11-09 09:38:19 +00:00
rm -f orgs/*~
2021-08-08 20:07:18 +00:00
rm -f ontology/*~
rm -f ontology/*.new
2021-02-27 09:46:36 +00:00
rm -f defaultwelcome/*~
2021-02-27 11:04:06 +00:00
rm -f theme/indymediaclassic/welcome/*~
rm -f theme/indymediamodern/welcome/*~
2020-05-26 09:14:39 +00:00
rm -f website/EN/*~
2022-06-05 16:31:51 +00:00
rm -f cwlists/*~
2020-05-26 09:14:39 +00:00
rm -f gemini/EN/*~
2019-10-03 09:59:08 +00:00
rm -f scripts/*~
2020-06-20 11:26:48 +00:00
rm -f deploy/*~
2020-07-14 22:07:02 +00:00
rm -f translations/*~
2021-12-25 16:17:53 +00:00
rm -f flycheck_*
2019-06-28 18:55:29 +00:00
rm -rf __pycache__
rm -f calendar.css blog.css epicyon.css follow.css login.css options.css search.css suspended.css