aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-23 14:56:09 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-23 14:56:09 -0400
commit5b92d4fecfbbf5da8cac442b598758c119afd8f9 (patch)
tree855046d4dffbc8c487fdfc51fc0c41250f68e5a2 /rootston/meson.build
parent57c50c78f05c25dfb82d0ef69264fca00e4b3e04 (diff)
Fix rootston executable name
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build2
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',