Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Fix building issue that caused by the tty
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Oct 12, 2019
1 parent 94c8751 commit 3946086
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 @@ -9,7 +9,7 @@ TARGETS := $(shell ls scripts | grep -vE 'clean|run|help')

$(TARGETS): .dapper
mkdir -p dist
./.dapper $@ > $@.log 2>&1
./.dapper

shell-bind: .dapper
./.dapper -m bind -s
Expand Down

0 comments on commit 3946086

Please sign in to comment.