Added authentication forms and routes
This commit is contained in:
11
Makefile
11
Makefile
@@ -14,5 +14,14 @@ clean-build: clean-package
|
||||
find . -name "*.pyc" -exec rm -f {} +
|
||||
find . -name "*.pyo" -exec rm -f {} +
|
||||
|
||||
clean-tests:
|
||||
rm -rf .sesskey
|
||||
rm -rf tests/.sesskey
|
||||
rm -rf tests/*.db
|
||||
|
||||
# Alias to clean everything
|
||||
clean: clean-build
|
||||
clean: clean-build clean-tests
|
||||
|
||||
clean-all : clean
|
||||
rm -rf src/.sesskey
|
||||
rm -rf src/Users.db
|
||||
|
||||
Reference in New Issue
Block a user