mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 18:55:29 +00:00
Update makefile files to allow paths with spaces.
This commit is contained in:
parent
f09c17ed51
commit
859849332b
|
@ -33,7 +33,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
OUTPUT = $(shell basename $(CURDIR)).a
|
OUTPUT = $(shell basename "$(CURDIR)").a
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
OUTPUT = $(shell basename $(CURDIR)).a
|
OUTPUT = $(shell basename "$(CURDIR)").a
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
OUTPUT = $(shell basename $(CURDIR)).a
|
OUTPUT = $(shell basename "$(CURDIR)").a
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
OUTPUT = $(shell basename $(CURDIR)).a
|
OUTPUT = $(shell basename "$(CURDIR)").a
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
OUTPUT = $(shell basename $(CURDIR)).a
|
OUTPUT = $(shell basename "$(CURDIR)").a
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
OUTPUT = $(shell basename $(CURDIR)).a
|
OUTPUT = $(shell basename "$(CURDIR)").a
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
OUTPUT = $(shell basename $(CURDIR)).a
|
OUTPUT = $(shell basename "$(CURDIR)").a
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue