This commit is contained in:
Josh Holtrop 2016-03-06 20:22:00 -05:00
commit 059961519d
4 changed files with 174 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.waf*

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
./waf build

2
configure vendored Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec ./waf configure

169
waf vendored Executable file

File diff suppressed because one or more lines are too long