mirror of
https://github.com/limosek/zaf.git
synced 2024-11-14 06:29:07 +01:00
93b482dc69
Repaired install Added external item support
11 lines
237 B
Makefile
11 lines
237 B
Makefile
# Makefile for generating rpm packages
|
|
# Contrinutions welcome :)
|
|
|
|
ifeq ($(RPM_PKG),)
|
|
RPM_PKG=$(shell . lib/zaf.lib.sh; echo out/zaf-$$ZAF_VERSION.rpm)
|
|
endif
|
|
|
|
$(RPM_PKG):
|
|
@echo "Not supported yet. Contributions welcomed! :) "; exit 2
|
|
|