Skip to content

Commit

Permalink
Fix make run
Browse files Browse the repository at this point in the history
  • Loading branch information
odelaere committed Apr 14, 2020
1 parent 5f11a82 commit 021e508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ buildout:

run:
if ! test -f bin/instance;then make buildout;fi
bin/instance fg
mkdir -p var/tmp
bin/instance fg

test:
if ! test -f bin/test;then make buildout;fi
Expand Down

0 comments on commit 021e508

Please sign in to comment.