mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Make make aware of all of the source files
This commit is contained in:
committed by
Marcin Kulik
parent
1dea30c0d7
commit
94d3102e1d
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ bin/asciiio: tmp/asciiio.zip
|
||||
cat tmp/asciiio.zip >> bin/asciiio
|
||||
chmod +x bin/asciiio
|
||||
|
||||
tmp/asciiio.zip: src/__main__.py src/constants.py src/asciicast.py src/pty_recorder.py src/timed_file.py src/uploader.py
|
||||
tmp/asciiio.zip: src/__main__.py src/constants.py src/asciicast.py src/pty_recorder.py src/timed_file.py src/uploader.py src/config.py src/options.py src/help_text.py src/cli.py
|
||||
mkdir -p tmp
|
||||
rm -rf tmp/asciiio.zip
|
||||
cd src && zip ../tmp/asciiio.zip *.py
|
||||
|
||||
Reference in New Issue
Block a user