Skip to content

Commit 974649b

Browse files
committed
Fix make all-delphi
1 parent b3454c9 commit 974649b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ all-fpc331:
3535
')'
3636

3737
# Build with Delphi.
38-
.PHONY: all
39-
all:
38+
.PHONY: all-delphi
39+
all-delphi:
4040
find . \
4141
'(' -type f -iname *.dpr \
4242
'(' -execdir $(DELPHI_COMMAND) {} ';' -o -quit ')' \

0 commit comments

Comments
 (0)