mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
add configure
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,4 +20,3 @@ autom4te.cache/
|
||||
config.log
|
||||
config.mak.autogen
|
||||
config.status
|
||||
configure
|
||||
|
||||
2
Makefile
2
Makefile
@@ -354,7 +354,7 @@ clean:
|
||||
distclean: docclean
|
||||
-find tools -name "*.pyc" | xargs rm -f
|
||||
-rm -rf build/ node node_g
|
||||
-rm -rf configure config.mak.autogen config.log autom4te.cache config.status
|
||||
-rm -rf configure.real config.mak.autogen config.log autom4te.cache config.status
|
||||
|
||||
|
||||
VERSION=$(shell git describe)
|
||||
|
||||
Reference in New Issue
Block a user