Skip to content

Commit

Permalink
fix formatting + makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Yrovas committed Aug 2, 2023
1 parent 71b8659 commit 07f6f5c
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 222 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ windows-x86:
run:
@ LOG_DATE_TIME=1 DEBUG=1 RUN_MIGRATIONS=1 CREATE_ADMIN=1 ADMIN_USERNAME=admin ADMIN_PASSWORD=test123 go run main.go

create-admin-run:
@ LOG_DATE_TIME=1 DEBUG=1 RUN_MIGRATIONS=1 ADMIN_USERNAME=admin ADMIN_PASSWORD=test123 CREATE_ADMIN=1 go run main.go

clean:
@ rm -f $(APP)-* $(APP) $(APP)*.rpm $(APP)*.deb

Expand Down
Loading

0 comments on commit 07f6f5c

Please sign in to comment.