Skip to content

Commit 6594401

Browse files
committed
Remove test-refresh remnant
1 parent e8fdd3f commit 6594401

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test test-watch docs eastwood cljfmt release deploy clean .EXPORT_ALL_VARIABLES
1+
.PHONY: test docs eastwood cljfmt release deploy clean .EXPORT_ALL_VARIABLES
22

33
VERSION ?= 1.10
44

@@ -11,9 +11,6 @@ curl -o $@ https://github.com/clojure-emacs/clojuredocs-export-edn/raw/master/ex
1111
test: clean .EXPORT_ALL_VARIABLES
1212
lein with-profile -user,-dev,+$(VERSION),$(TEST_PROFILES) test
1313

14-
test-watch: test-resources/clojuredocs/export.edn clean
15-
lein with-profile +$(VERSION),$(TEST_PROFILES) test-refresh
16-
1714
eastwood:
1815
lein with-profile -user,-dev,+$(VERSION),+eastwood,$(TEST_PROFILES) eastwood
1916

0 commit comments

Comments
 (0)