ISO/Makefile
2024-12-27 23:44:49 +01:00

5 lines
72 B
Makefile

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