mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2025-02-16 15:30:12 +00:00
Update Makefile
This commit is contained in:
parent
e53411dfe3
commit
5924607c08
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ install:
|
|||||||
@echo "Installing"
|
@echo "Installing"
|
||||||
cd build
|
cd build
|
||||||
whereis cmake
|
whereis cmake
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=$(DESTDIR) -G "CodeBlocks - Unix Makefiles" ../src
|
/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 src/scripts install
|
||||||
$(MAKE) -C build install_build
|
$(MAKE) -C build install_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user