diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-09-23 14:56:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-09-23 14:56:09 -0400 |
commit | 5b92d4fecfbbf5da8cac442b598758c119afd8f9 (patch) | |
tree | 855046d4dffbc8c487fdfc51fc0c41250f68e5a2 | |
parent | 57c50c78f05c25dfb82d0ef69264fca00e4b3e04 (diff) |
Fix rootston executable name
-rw-r--r-- | rootston/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index 787d0cf1..7c0a7f8a 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -1,5 +1,5 @@ executable( - 'rootson', [ + 'rootston', [ 'config.c', 'cursor.c', 'desktop.c', |