diff --git a/Makefile b/Makefile index 7ea5a13ed..14f1f4e66 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ continuous ci: setversion # fix permissions (eg after darcs get) fixperms: - chmod +x tools/* + chmod +x hledger.hs tools/* # build the standalone unit test runner. Requires test-framework, which # may not work on windows.