f9/plugin/f9_theme/Makefile
2025-02-26 21:14:55 -08:00

9 lines
121 B
Makefile

PKGDIR := $(PWD)
SRCDIR := src
all: $(PKGDIR)/f9_theme.tar.gz
$(PKGDIR)/f9_theme.tar.gz:
tar -czf $@ -C src .
clean: