Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeAugst committed Dec 21, 2024
1 parent 46135e4 commit 1140876
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.db
Binary file added api
Binary file not shown.
Binary file modified db/estoque.db
Binary file not shown.
9 changes: 9 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
all: build

build:
touch db/estoque.db
go build -o api


clear:
rm db/estoque.db

0 comments on commit 1140876

Please sign in to comment.