mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
update makefile (add ros-get)
svn path=/trunk/; revision=14556
This commit is contained in:
parent
c6237266d7
commit
a6bdb724d0
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
all: lib gui
|
||||
all: lib gui cmd-line
|
||||
|
||||
lib: dummy
|
||||
$(MAKE) -C lib
|
||||
|
@ -7,6 +7,9 @@ lib: dummy
|
|||
gui: dummy
|
||||
$(MAKE) -C gui
|
||||
|
||||
cmd-line: dummy
|
||||
$(MAKE) -C cmd-line
|
||||
|
||||
dummy:
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue