diff options
| author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-22 18:45:59 +0200 | 
|---|---|---|
| committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-22 19:35:33 +0200 | 
| commit | 3b9d27649a31e5af3fb137ff5b3378e7b8f7b9ae (patch) | |
| tree | 0f43f30d824b8b805e4a72b66a0ee1bee7397803 /Makefile | |
| parent | 1e4613aa1113b373a8d841c28e222599237a33c5 (diff) | |
| download | lens-3b9d27649a31e5af3fb137ff5b3378e7b8f7b9ae.tar.gz lens-3b9d27649a31e5af3fb137ff5b3378e7b8f7b9ae.tar.bz2 lens-3b9d27649a31e5af3fb137ff5b3378e7b8f7b9ae.zip | |
feat: Add user management
As many things it is on crude state. The settings.go has become a big
mess, but I have achieve MVP, so from now one things shall improve as
I'll spent more time on refactoring.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -30,7 +30,8 @@ sass:  		--style compressed  tmpl: -	qtc -dir=./templates +	cd ./templates && \ +	qtc *  test: test.unit test.integration | 
