Update Makefile

This commit is contained in:
Lakindu Akash 2019-05-28 01:47:23 +05:30 committed by GitHub
parent 0e9eb673ce
commit f8b0285c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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