mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 14:10:10 +00:00
Update Makefile
This commit is contained in:
parent
5924607c08
commit
5aa48a0be9
4
Makefile
4
Makefile
@ -6,9 +6,7 @@ all:
|
||||
|
||||
install:
|
||||
@echo "Installing"
|
||||
cd build
|
||||
whereis cmake
|
||||
/home/travis/usr/bin/cmake /usr/local/cmake-3.12.4/bin/cmake -DCMAKE_INSTALL_PREFIX=$(DESTDIR) -G "CodeBlocks - Unix Makefiles" ../src
|
||||
cd build && /home/travis/usr/bin/cmake /usr/local/cmake-3.12.4/bin/cmake -DCMAKE_INSTALL_PREFIX=$(DESTDIR) -G "CodeBlocks - Unix Makefiles" ../src
|
||||
$(MAKE) -C src/scripts install
|
||||
$(MAKE) -C build install_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user