Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit f70ee4d

Browse files
committed
[Makefile] Rename the build task to querykit
Prevents collisions against the build/ directory
1 parent 06c2317 commit f70ee4d

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
@@ -1,8 +1,8 @@
11
DESTDIR := /usr/local
22

3-
all: dependencies build
3+
all: dependencies querykit
44

5-
build:
5+
querykit:
66
xcrun -sdk macosx swiftc -O -o bin/querykit -F Rome -framework CoreData -framework PathKit -framework Stencil bin/querykit.swift
77

88
dependencies:

0 commit comments

Comments
 (0)