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