Add waf, configure, Makefile, empty wscript
This commit is contained in:
commit
8d8c08cd85
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/.lock-waf*
|
||||
/.waf*
|
||||
/build/
|
15
Makefile
Normal file
15
Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
.PHONY: build
|
||||
build:
|
||||
./waf build
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
./waf clean
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
./waf install
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
./waf uninstall
|
169
waf
vendored
Executable file
169
waf
vendored
Executable file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user