mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-12-02 16:14:15 +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
|