Skip to content

Commit

Permalink
Removed superfluous jbuilder directory change support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Nov 26, 2017
1 parent a5a5f45 commit a8a7879
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ TARGETS = sqlite3.cma libsqlite3_stubs.a
.PHONY: all clean

all:
@echo jbuilder: Entering directory \`$(abspath $(dir $(lastword $(PWD))))\'
@jbuilder build --dev $(TARGETS)

clean:
Expand Down
1 change: 0 additions & 1 deletion src/config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ JBUILDER_ROOT = ../..
.PHONY: all clean

all:
@echo jbuilder: Entering directory \`$(realpath $(PWD)/$(JBUILDER_ROOT))\'
@jbuilder build --dev $(TARGETS)

clean:
Expand Down
1 change: 0 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ TARGETS = \
.PHONY: all clean

all:
@echo jbuilder: Entering directory \`$(abspath $(dir $(lastword $(PWD))))\'
@jbuilder build --dev $(TARGETS)

clean:
Expand Down

0 comments on commit a8a7879

Please sign in to comment.