diff --git a/makefile b/makefile index cc8b326..80825eb 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,10 @@ setup: @[ -f $(PASSWORD_FILE) ] || echo -n "coucou" > $(PASSWORD_FILE) DATA_DIRECTORY ?= /tmp/DATA-AUTHD -run-authd: setup +run-authd: + ./bin/authd -R -E --storage $(DATA_DIRECTORY) + +test-authd: setup ./bin/authd -k $(PASSWORD_FILE) -R -E --storage $(DATA_DIRECTORY) # First user always is the admin.