mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-15 23:29:56 +00:00
Fix the build
This commit is contained in:
parent
1ee2e89326
commit
18536950b3
8 changed files with 212 additions and 42 deletions
|
@ -34,24 +34,6 @@
|
|||
#include "third_party/getopt/getopt.internal.h"
|
||||
#include "tool/build/lib/getargs.h"
|
||||
|
||||
/**
|
||||
* @fileoverview Make dependency generator.
|
||||
*
|
||||
* This generates Makefile code for source -> header dependencies.
|
||||
*
|
||||
* Includes look like this:
|
||||
*
|
||||
* - #include "root/of/repository/foo.h"
|
||||
* - .include "root/of/repository/foo.inc"
|
||||
*
|
||||
* They do not look like this:
|
||||
*
|
||||
* - #include "foo.h"
|
||||
* - # include "foo.h"
|
||||
* - #include "foo.h"
|
||||
*
|
||||
*/
|
||||
|
||||
#define VERSION \
|
||||
"cosmopolitan mkdeps v2.0\n" \
|
||||
"copyright 2023 justine tunney\n" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue