diff options
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 |