BuildSystem: Cleanup userspace directory layout
userspace programs are now in userspace/programs userspace tests are now in userspace/tests This makes listing userspace projects much cleaner. Libraries were already separated to their own directory, so other programs should also.
This commit is contained in:
7
userspace/programs/Terminal/main.cpp
Normal file
7
userspace/programs/Terminal/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "Terminal.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
Terminal terminal;
|
||||
terminal.run();
|
||||
}
|
||||
Reference in New Issue
Block a user