unit/auto/echo/Makefile
2017-01-17 20:00:00 +03:00

3 lines
54 B
Makefile

echo.exe: echo.c
mingw32-gcc -o echo.exe -O2 echo.c