Skip to content

Commit

Permalink
Cleans up build
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
  • Loading branch information
chrissrogers committed Nov 11, 2015
1 parent 4133478 commit 4de0ca9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
10 changes: 0 additions & 10 deletions .watchman-triggers.json

This file was deleted.

3 changes: 0 additions & 3 deletions .watchmanconfig

This file was deleted.

4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# BIN = node_modules/.bin
# DUO = $(BIN)/duo
# T = $(BIN)/duo-test -m test/api.js -R spec -P 8378

BIN = node_modules/.bin
Expand Down Expand Up @@ -43,4 +41,4 @@ node_modules: package.json
clean:
@rm -rf node_modules build

.PHONY: test watch clean
.PHONY: test clean

0 comments on commit 4de0ca9

Please sign in to comment.