diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-07 11:10:38 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-07 11:10:38 +0100 |
commit | 249d11ccee0bccbd4785794913c44c2eafc2c460 (patch) | |
tree | 40c81495e3773452732abece93db8979c3cd2a90 /src/Makefile | |
parent | 47b30cea327420ed6f17ccc6fd521ad89f4b4e4f (diff) | |
download | web-template-249d11ccee0bccbd4785794913c44c2eafc2c460.tar web-template-249d11ccee0bccbd4785794913c44c2eafc2c460.tar.zst web-template-249d11ccee0bccbd4785794913c44c2eafc2c460.zip |
Implement Deployment
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 43ea379..b8e4285 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,5 @@ # vim: shiftwidth=4 tabstop=4 noexpandtab -all: - echo "make all - nothing to do in this pure python project ;)" - debug: ./server.py |