Skip to content

Commit 18c0887

Browse files
committed
fix a bug where the docs would be generated in a loop
1 parent b956831 commit 18c0887

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ default: *.class
1313
clean:
1414
$(RM) *.class
1515

16-
docs: docs/*
17-
18-
docs/*: *.java
16+
docs: *.java
1917
$(JDOC) $^ -d docs \
2018
-windowtitle $(DOCTITLE) \
2119
-doctitle $(DOCTITLE)

0 commit comments

Comments
 (0)