Skip to content

Commit

Permalink
Remove pointless target
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed May 8, 2024
1 parent 369a75a commit be7e8d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ updategoogle:
updatecnames:
scripts/updatecnames.sh

todo:
grep -rn 'TODO' src

upload:
$(eval TMPFILE := $(shell mktemp))
scp src/data/yellowlist.txt $$YELLOWLIST_UPLOAD_PATH
Expand All @@ -45,4 +42,4 @@ runfn:
test:
BROWSER=chrome ENABLE_XVFB=1 pytest -s tests/

.PHONY: lint updatepsl updateseed apply_effdntlist updategoogle updatecnames todo tx runch runfa runff runfn test
.PHONY: lint updatepsl updateseed apply_effdntlist updategoogle updatecnames tx runch runfa runff runfn test

0 comments on commit be7e8d7

Please sign in to comment.