diff options
author | Joris | 2016-11-19 15:51:22 +0100 |
---|---|---|
committer | Joris | 2016-11-19 15:51:22 +0100 |
commit | 293eb8295162bf0a038f488237db9c9d1316c04d (patch) | |
tree | 3e217f2f3dc127c574613bd8a2b56c8bb0816a74 /Makefile | |
parent | ede7b4fade5c396b47d386bd616e05805622b647 (diff) |
Search payments with multiple words and by cost too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ clean: @rm -r elm-stuff >/dev/null 2>&1 || true install: - @elm package install + @elm package install --yes # Watch # ----- |