Files
mop3/make/dist.mk
kamkow1 b0b69f3e9e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m26s
Add sys_exec () and libprocess wrapper, fix ramdisk tar parsing
2026-02-14 21:50:09 +01:00

9 lines
149 B
Makefile

exe := $(foreach d,$(apps),$(wildcard $(d)/$(d)))
all_dist: mop3dist.tar
mop3dist.tar:
tar -cf $@ --transform='s|.*/||' $(exe)
.PHONY: all_dist