Update Makefile

This commit is contained in:
Lakindu Akash 2019-05-28 02:05:01 +05:30 committed by GitHub
parent 5b738501f4
commit e53411dfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ all:
install:
@echo "Installing"
cd build
whereis cmake
cmake -DCMAKE_INSTALL_PREFIX=$(DESTDIR) -G "CodeBlocks - Unix Makefiles" ../src
$(MAKE) -C src/scripts install
$(MAKE) -C build install_build