diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-13 14:46:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-13 14:46:53 +0100 |
commit | 243e6d72928d1fc4cf20366eab9007980b945458 (patch) | |
tree | b4b2a22d4ef4cbb33c8c17f904f82cde73093ea6 /Makefile | |
parent | fb5efb630ab93893f8bb3036acbb591591a03032 (diff) | |
download | kogata-243e6d72928d1fc4cf20366eab9007980b945458.tar.gz kogata-243e6d72928d1fc4cf20366eab9007980b945458.zip |
Begin implement terminal
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ DIRS = src/common/libkogata src/common/libc src/common/libalgo \ src/kernel src/lib/libkogata \ - src/sysbin/init src/sysbin/giosrv src/sysbin/login \ + src/sysbin/init src/sysbin/giosrv src/sysbin/login src/sysbin/terminal \ res/fonts res/keymaps all: |