diff options
| author | ache <ache@ache.one> | 2025-08-16 04:54:26 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2025-08-16 04:54:26 +0200 |
| commit | 0da70e449764e25a969b53e53e54cb4fd30de79c (patch) | |
| tree | 9b14fc1468cd6b9acbfc91b2c61d76c9050369b1 | |
| parent | Replace the clipboard export with a download export (diff) | |
Update makefile to include usefull file only
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -cert_check.xpi: manifest.json *.js *.css icons/* +cert_check.xpi: manifest.json *.js *.css icons/* LICENSE.txt README.md -rm cert_check.xpi - zip -r -FS cert_check.xpi * --exclude '*.git*' --exclude cert_check.xpi --exclude cert_check.zip + zip -r -FS cert_check.xpi manifest.json *.js *.css icons/* LICENSE.txt README.md --exclude '*.git*' --exclude eslint.config.js --exclude cert_check.xpi --exclude cert_check.zip |