diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-17 14:11:07 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-09-17 14:11:07 +0200 |
commit | ed348458515a1f678b914295bfd423623aef2ad4 (patch) | |
tree | b5e40f8bdc3ae9988b8bb3ccda5c19dc7e217552 /Makefile | |
parent | 53d6bde7ee3b0a012f7d4111c4478f61aceb7955 (diff) | |
parent | 87efb422b03511c32b4f0087bac231a6c23b21d4 (diff) |
Merge branch 'master' into origin/dev
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f5a7248 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + python3 -m py_compile lib/app.py + python3 -m py_compile lib/web.py + |