Skip to content

Commit

Permalink
Fix makefile sources path
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jan 12, 2016
1 parent 39d327b commit 69bb75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ EXECUTABLE=contacts
PREFIX?=/usr/local/bin

.PHONY: build clean install uninstall
SRC=$(wildcard contacts-cli/*.swift)
SRC=$(wildcard Sources/*.swift)

clean:
rm -rf $(BUILD)
Expand Down

0 comments on commit 69bb75a

Please sign in to comment.