ISO/Makefile
2023-12-20 16:37:46 +01:00

5 lines
76 B
Makefile

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