diff options
author | Joris | 2016-10-30 21:37:38 +0100 |
---|---|---|
committer | Joris | 2016-10-30 21:37:38 +0100 |
commit | 8e396abf9f55141f3b6ebab4577edefcbc010c10 (patch) | |
tree | 23a28fba979a13bf1197d4a86c33eb1ed91b79bc /Makefile | |
parent | 3617a36bcc2305297c09c4b8bdfd2a55e58d02a2 (diff) |
Rename “Financier” to “Financiers”
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: build clean: - @./dist/build/cooking/cooking clean > /dev/null 2>&1 || true + @./dist/build/Cooking/Cooking clean > /dev/null 2>&1 || true @cabal clean > /dev/null install: |