diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-22 04:36:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-22 04:36:53 +0900 |
| commit | a4685927a1f7fe8374a567ee74cc62aad639f4c3 (patch) | |
| tree | 1eaf5845965c4d5d2db4faf9582c17444a762ffd /backend/Makefile | |
| parent | 2512da7ca57dc4c52900417a50daf4f6f2f74054 (diff) | |
| download | phperkaigi-2025-albatross-a4685927a1f7fe8374a567ee74cc62aad639f4c3.tar.gz phperkaigi-2025-albatross-a4685927a1f7fe8374a567ee74cc62aad639f4c3.tar.zst phperkaigi-2025-albatross-a4685927a1f7fe8374a567ee74cc62aad639f4c3.zip | |
user login
Diffstat (limited to 'backend/Makefile')
| -rw-r--r-- | backend/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/Makefile b/backend/Makefile new file mode 100644 index 0000000..cae3b16 --- /dev/null +++ b/backend/Makefile @@ -0,0 +1,3 @@ +.PHONY: sqlc +sqlc: + go run github.com/sqlc-dev/sqlc/cmd/sqlc generate |
