waf
FORK: waf with some random patches
git clone
https://git.neptards.moe/neptards/waf.git
Log
|
Files
|
Refs
|
README
main.c (61B)
1
2
#include "config.h"
3
4
#if A
5
int main() {
6
return 0;
7
}
8
#endif