We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798ee8e commit 6c491feCopy full SHA for 6c491fe
Makefile
@@ -20,7 +20,7 @@ clean:
20
$(BUILD_TOOL) $(BUILD_ARGUMENTS) clean
21
22
repl:
23
- @$(BUILD_TOOL) $(BUILD_ARGUMENTS) -derivedDataPath $(TMPDIR)/SQLite.swift > /dev/null 2>&1 && \
+ @$(BUILD_TOOL) $(BUILD_ARGUMENTS) -derivedDataPath $(TMPDIR)/SQLite.swift > /dev/null && \
24
swift -F '$(TMPDIR)/SQLite.swift/Build/Products/Debug'
25
26
sloc:
0 commit comments