ISO/Makefile
2024-12-28 11:24:31 +01:00

5 lines
74 B
Makefile

iso:
sudo mkalpineiso -o ${PWD}/out
clean:
sudo rm -f ${PWD}/out/*.iso