ISO/Makefile
2023-12-20 16:33:53 +01:00

5 lines
76 B
Makefile

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