Skip to content

Commit e6cd394

Browse files
committed
Remove useless Makefile target 'nothing'
1 parent a5d873a commit e6cd394

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ pdf: latex
2626
$(MAKE) -C $(build_dir)/$<
2727

2828

29-
.PHONY: nothing
30-
nothing:
31-
true
32-
33-
3429
.PHONY: all
3530
all: html pdf
3631

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ whitelist_externals =
1717

1818
[testenv:develop]
1919
commands =
20-
make nothing
2120
deps =
2221
Sphinx
2322

0 commit comments

Comments
 (0)