Skip to content

Commit

Permalink
create the bin directory
Browse files Browse the repository at this point in the history
... before trying to put files there
  • Loading branch information
meleu committed Mar 21, 2018
1 parent d802840 commit bcdade8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ OBJS=\
all: bin/RALibretro

bin/RALibretro: $(OBJS)
mkdir -p bin
$(CXX) $(LDFLAGS) -o $@ $+ $(LIBS)
rm -f bin/RALibretro-*.zip
zip -9 bin/RALibretro-`date +%Y-%m-%d-%H-%M-%S | tr -d "\n"`-`git rev-parse HEAD | tr -d "\n" | cut -c 1-7`.zip bin/RALibretro.exe
Expand Down

0 comments on commit bcdade8

Please sign in to comment.