mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Update Makefile
This commit is contained in:
parent
ca48e22fd1
commit
0afdb460e7
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ all:
|
||||
|
||||
install:
|
||||
@echo "Installing"
|
||||
cd build && /home/travis/usr/bin/cmake /usr/local/cmake-3.12.4/bin/cmake -DCMAKE_INSTALL_PREFIX=$(DESTDIR) -G "CodeBlocks - Unix Makefiles" ../src
|
||||
cd build && 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