build: Switch workflow to only use Makefile

This commit is contained in:
SinTan1729
2024-03-25 16:02:52 -05:00
parent dfefff2703
commit 1f18766f79
3 changed files with 28 additions and 22 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,5 @@
# Ignore build outputs
actix/target
.docker
# Ignore SQLite file
urls.sqlite
@@ -8,3 +7,5 @@ urls.sqlite
# Ignore irrelevant dotfiles
.vscode/
**/.directory
.env