venenux/Makefile

24 lines
384 B
Makefile

# Makefile
SHELL := sh -e
SCRIPTS = files hybrid.iso packages
all: build
disco: build
build:
@echo -n "revisando archivos"
@echo "construyendo tardara bastante"
cd live/debiantotest/ && @lb build
clean:
cd live/debiantotest && @lb clean > /dev/null 2>&1 || true
distclean:
cd live/debiantotest && @lb clean --purge > /dev/null 2>&1 || true
reinstall: uninstall install