diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-18 20:21:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-18 20:21:55 +0200 |
commit | f053e4c774d0053fe80dc8cf1c43c22c9d77f546 (patch) | |
tree | 392d61bb24adb651d78fbe86f7c54ebea640d9be /Makefile | |
parent | typo (diff) | |
download | mds-f053e4c774d0053fe80dc8cf1c43c22c9d77f546.tar.gz mds-f053e4c774d0053fe80dc8cf1c43c22c9d77f546.tar.bz2 mds-f053e4c774d0053fe80dc8cf1c43c22c9d77f546.tar.xz |
beginning of mds-colour
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LIBOBJ = linked-list client-list hash-table fd-table mds-message util # Servers and utilities. SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \ - mds-kkbd mds-vt + mds-kkbd mds-vt mds-colour # Utilities that do not utilise mds-base. TOOLS = mds-kbdc |