Makefile: remove redundant GUI target
I have no idea how that got in there. I must've pushed a non-fixup'd branch by accident.
This commit is contained in:
parent
5cbe1bafad
commit
a3ff52f00a
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -18,10 +18,6 @@ cmake_gui = -D BUILD_GUI=ON
|
|||
cmake_static = -D STATIC=ON
|
||||
cmake_tests = -D BUILD_TESTS=ON
|
||||
|
||||
gui:
|
||||
$(eval command += $(cmake_release) $(cmake_gui))
|
||||
$(call CMAKE,$(dir_release),$(command)) && $(MAKE)
|
||||
|
||||
# Helper macro
|
||||
define CMAKE
|
||||
mkdir -p $1 && cd $1 && $2 ../../
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue