9 lines
210 B
Makefile
9 lines
210 B
Makefile
MIRROR_FROM_PORT_AND_REP_DIR := src/app/opentyrian
|
|
|
|
content: tyrian.tar
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/opentyrian)/src/app/opentyrian
|
|
|
|
tyrian.tar:
|
|
$(VERBOSE) tar cf $@ -C $(PORT_DIR)/tyrian21 .
|