mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
5 lines
98 B
Makefile
5 lines
98 B
Makefile
|
stripios.exe:main.cpp
|
||
|
g++ main.cpp -o stripios.exe
|
||
|
clean:
|
||
|
@echo "clean ..."
|
||
|
@rm -f stripios.exe
|