Mon, 03 Oct 2022 12:56:28 +0200
rewrite Makefile to work with different getopt implementations
64 | 1 | <!DOCTYPE html> |
2 | <html> | |
3 | <head> | |
4 | <title>c2html</title> | |
5 | <style type="text/css"> | |
6 | a.c2html-lineno { | |
7 | /* as long as user-select isn't widely spread, we throw the bomb */ | |
8 | -webkit-user-select: none; | |
9 | -moz-user-select: none; | |
10 | -ms-user-select: none; | |
11 | user-select: none; | |
12 | display: inline-block; | |
13 | font-style: italic; | |
14 | text-decoration: none; | |
15 | color: grey; | |
16 | } | |
17 | span.c2html-keyword { | |
18 | color: blue; | |
19 | } | |
20 | span.c2html-macroconst { | |
21 | color: cornflowerblue; | |
22 | } | |
23 | span.c2html-type { | |
24 | color: cornflowerblue; | |
25 | } | |
26 | span.c2html-directive { | |
27 | color: green; | |
28 | } | |
29 | span.c2html-string { | |
30 | color: darkorange; | |
31 | } | |
32 | span.c2html-comment { | |
33 | color: grey; | |
34 | } | |
35 | span.c2html-stdinclude { | |
36 | color: darkorange; | |
37 | } | |
38 | span.c2html-userinclude { | |
39 | color: darkorange; | |
40 | } | |
41 | a.c2html-userinclude { | |
42 | color: darkorange; | |
43 | text-decoration: underline; | |
44 | } | |
45 | </style> | |
46 | </head> | |
47 | <body> | |
48 | ||
49 | <pre> | |
65
7dd4fd1e7071
rewrite Makefile to work with different getopt implementations
Mike Becker <universe@uap-core.de>
parents:
64
diff
changeset
|
50 | <a class="c2html-lineno" name="l1" href="#l1">1 </a></pre> |
64 | 51 | </body> |
52 | </html> | |
53 |