1
0
Fork 0
forked from lthn/blockchain

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:
anonimal 2019-03-14 23:26:50 +00:00
parent 5cbe1bafad
commit a3ff52f00a
No known key found for this signature in database
GPG key ID: 66A76ECF914409F1

View file

@ -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 ../../