mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Update Makefile
This commit is contained in:
parent
177e061673
commit
5b738501f4
3
Makefile
3
Makefile
@ -6,7 +6,8 @@ all:
|
||||
|
||||
install:
|
||||
@echo "Installing"
|
||||
cd build && 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