diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-09 19:18:19 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-01-09 19:28:43 -0500 |
commit | 39c93d2897af5bb0c145ef4f99f542bf42babdab (patch) | |
tree | 4a3d3ac3553b2d2f31960a7af35ea286b62597d7 /Makefile | |
parent | aeb700577b5b2955c75093129e01de49b92f124f (diff) | |
download | aerc-39c93d2897af5bb0c145ef4f99f542bf42babdab.tar.gz |
Load UI configuration
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 064c86b..fed3d69 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ aerc: .go clean: rm -rf .go aerc -.PHONY: get test clean +.PHONY: aerc get test clean |