ISO/Makefile
2024-05-30 21:24:15 +02:00

5 lines
74 B
Makefile

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