ISO/Makefile

5 lines
81 B
Makefile

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