From f5764042751c94598e8d8dfd7a9f9cd0efe57f37 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 2 Nov 2020 21:19:46 +0100 Subject: Ported c4 compiler (kinda working!) --- apps/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 9d64388..7cb9e25 100644 --- a/apps/init.c +++ b/apps/init.c @@ -12,6 +12,7 @@ int main(int argc, char **argv) int wm = exec("/bin/wm", "wm", argv[1], NULL); int exec = exec("/bin/exec", "test", NULL); + /* exec("/bin/cc", "cc", "/res/test.c", NULL); */ return wm + exec; } -- cgit v1.2.3