mirror of
https://github.com/He4eT/tabswiper.git
synced 2026-05-04 16:47:23 +00:00
Add Makefile
This commit is contained in:
parent
f5fbc56b58
commit
ba722f3856
1 changed files with 14 additions and 0 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
dist_dir = dist
|
||||
filename = tabswiper.xpi
|
||||
|
||||
cleanup:
|
||||
rm -rf ${dist_dir}
|
||||
|
||||
package: cleanup
|
||||
mkdir ${dist_dir}
|
||||
zip -r -FS ./${dist_dir}/${filename} * \
|
||||
--exclude './dist/*' \
|
||||
--exclude './screenshots/*' \
|
||||
--exclude '*.git*'
|
||||
|
||||
# vim: set ts=4 sw=4 autoindent noexpandtab:
|
||||
Loading…
Add table
Add a link
Reference in a new issue