Skip to content
Snippets Groups Projects
Commit 44be05f7 authored by Campbell Barton's avatar Campbell Barton
Browse files

convenience targets for makefile

clean, test, package_debian, package_pacman
parent 665a0ff7
No related branches found
No related tags found
No related merge requests found
......@@ -71,4 +71,18 @@ all:
@echo run blender from "$(BUILD_DIR)/bin/blender"
@echo
# package types
package_debian:
cd build_files/package_spec ; sh ./build_debian.sh
package_pacman:
cd build_files/package_spec/pacman ; makepkg --asroot
# forward build targets
test:
cd $(BUILD_DIR) ; ctest . --output-on-failure
clean:
cd $(BUILD_DIR) ; make clean
.PHONY: all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment