dejavuln-autoroot/Makefile

16 lines
333 B
Makefile
Raw Normal View History

2024-04-20 19:58:06 +01:00
ZIPOUT = dejavuln-autoroot.zip
2024-04-24 02:07:37 +01:00
HAXBASE = lol$$(sh$$IFS$$(find$$IFS/tmp/usb$$IFS-maxdepth$${IFS}3$$IFS-name$${IFS}autoroot.sh))
FILES = autoroot.sh hbchannel-0.6.3.ipk $(HAXBASE).mp3 $(HAXBASE).lrc
2024-04-20 19:58:06 +01:00
.PHONY: all
all: $(ZIPOUT)
$(ZIPOUT): $(FILES)
2024-04-20 21:40:43 +01:00
zip -X '$(@)' -- $(foreach f,$^,'$(f)')
2024-04-20 19:58:06 +01:00
.PHONY: clean
clean:
rm -f -- '$(ZIPOUT)'