comparison toys/example/skeleton.c @ 1499:319e79bab052 draft

Separate more commands so single.sh can build them standalone.
author Rob Landley <rob@landley.net>
date Fri, 26 Sep 2014 18:42:23 -0500
parents dd2fd057111f
children
comparison
equal deleted inserted replaced
1498:d965dfbee154 1499:319e79bab052
26 For simple commands, "hello.c" is probably a better starting point. 26 For simple commands, "hello.c" is probably a better starting point.
27 27
28 config SKELETON_ALIAS 28 config SKELETON_ALIAS
29 bool "skeleton_alias" 29 bool "skeleton_alias"
30 default n 30 default n
31 depends on SKELETON
32 help 31 help
33 usage: skeleton_alias [-dq] [-b NUMBER] 32 usage: skeleton_alias [-dq] [-b NUMBER]
34 33
35 Example of a second command with different arguments in the same source 34 Example of a second command with different arguments in the same source
36 file as the first. This allows shared infrastructure not added to lib/. 35 file as the first. This allows shared infrastructure not added to lib/.