tweak build targets
This commit is contained in:
parent
4b159037c1
commit
3c348fe893
8
Makefile
8
Makefile
@ -1,5 +1,9 @@
|
|||||||
.PHONY: default
|
.PHONY: all
|
||||||
default:
|
all:
|
||||||
|
@rake $@
|
||||||
|
|
||||||
|
.PHONY: library
|
||||||
|
library:
|
||||||
@rake $@
|
@rake $@
|
||||||
|
|
||||||
.PHONY: gui
|
.PHONY: gui
|
||||||
|
@ -47,7 +47,9 @@ task :test => :library do
|
|||||||
system("./build/tests")
|
system("./build/tests")
|
||||||
end
|
end
|
||||||
|
|
||||||
task :default => [:library]
|
task :default => :all
|
||||||
|
|
||||||
|
task :all => [:library, :gui]
|
||||||
|
|
||||||
task :clean do
|
task :clean do
|
||||||
Rscons.clean
|
Rscons.clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user