Skip to content

Commit f600cb7

Browse files
Fixed Makefile .PHONY
1 parent a604438 commit f600cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TARGET_NAME = SQLime
22
OUTPUD_DIR = ./Build
33
DERIVED_DATA_PATH = $(OUTPUD_DIR)/DerivedData
44

5-
.PHONY: clean, test, test-ios
5+
.PHONY: clean test test-macos test-ios
66

77
clean:
88
swift package clean

0 commit comments

Comments
 (0)