Skip to content

Commit 8d998d2

Browse files
committed
fix build wrapper scripts
1 parent 1083065 commit 8d998d2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all
1+
.PHONY: all clean build check install
22

33
all:
44
./waf
@@ -11,3 +11,6 @@ build:
1111

1212
check:
1313
./waf --checkall
14+
15+
install:
16+
./waf install

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#! /bin/sh
1+
#!/bin/sh
22

3-
./waf configure $*
3+
./waf configure "$@"

0 commit comments

Comments
 (0)