scripts/individual now builds 171 applets. Some of them may even work. :)

This commit is contained in:
Rob Landley
2006-08-05 00:41:39 +00:00
parent 59fe8b9089
commit affb7a61a6
4 changed files with 31 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ const char *bb_applet_name;
#include <stdio.h>
#include <stdlib.h>
#include "bb_config.h"
#include "usage.h"
int main(int argc, char *argv[])