diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-04 08:46:06 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-04 08:46:06 (EST) |
commit | 6fa0850b1a52475740ce359f057e495d4f20646a (patch) | |
tree | bbba1fbf7f5dcc0d505b91baab77262bd84a5003 /build | |
parent | 6671071996ba78b4757daca84ae7bda8e8dd45f3 (diff) |
build: Add menuconfig and mrproper targets
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ install_init_script = \ nop: @: +menuconfig mrproper: + oh-autobuild -T $@ + build: oh-autobuild -- -j $${JOBS:-1} touch $@ |