From 7bb77279bf5b76902c167923d57800e1f6f6073e Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 30 Jan 2022 20:02:28 +0100 Subject: Cleaning up Adlib module --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55d57d5..188ea1b 100644 --- a/Makefile +++ b/Makefile @@ -89,14 +89,17 @@ $(OUTDIR)/ExtPack.xml: ExtPack.xml $(OUTDIR)/ExtPack.signature: echo "todo" > $@ -$(OUTDIR)/ExtPack.manifest: $(OUTDIR) +$(OUTDIR)/ExtPack.manifest: $(OUTDIR) $(OUTOSDIR) cd $(OUTDIR) ;\ find -type f -printf '%P\n' | xargs ../build_manifest.sh > $(@F) pack: $(OUTDIR)/ExtPack.xml $(OUTDIR)/ExtPack.signature $(OUTDIR)/ExtPack.manifest tar --format=ustar --numeric-owner --owner=0 --group=0 --mode='a=rX,u+w' --sort=name -C $(OUTDIR) -f VMusic.vbox-extpack -v -z -c . +strip: + strip $(OUTOSDIR)/*.$(SO) + clean: rm -rf $(OUTDIR) $(OBJDIR) VMusic.vbox-extpack -.PHONY: all build clean pack +.PHONY: all build clean strip pack -- cgit v1.2.3