Skip to content
Snippets Groups Projects
Commit 9263b220 authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

auto generated by makefile

parent b80c6ada
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,12 @@ edit: uno.py ...@@ -5,4 +5,12 @@ edit: uno.py
push: push:
git add . git add .
git commit -m "auto generated by makefile" git commit -m "auto generated by makefile"
git push git push
\ No newline at end of file build: uno.py
mkdir build
cp uno.py ./build/__main__.py
zip -r build.pyz ./build/
rm -fr ./build/
clean:
rm -fr ./build/
rm *.pyz
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment