opuntiaOS - an operating system targeting x86 and ARMv7
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 8 lines 197 B view raw
1import("//build/userland/TEMPLATE.gni") 2 3opuntiaOS_executable("onesh") { 4 install_path = "bin/" 5 sources = [ "main.c" ] 6 configs = [ "//build/userland:userland_flags" ] 7 deplibs = [ "libc" ] 8}