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