Skip to content

Commit

Permalink
*Added /bin to .gitignore\n*Fixed all target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tzakrajs committed Apr 15, 2022
1 parent 2d1912d commit 5832b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ GoMusicBot.iml
*.exe
*.bat
.idea
todo.json
todo.json
bin/**
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
SHELL = C:\Program Files\Git\bin\bash

all:
bin
image
make windows
make linux
make image

windows:
mkdir -p bin
Expand Down

0 comments on commit 5832b8a

Please sign in to comment.