diff options
Diffstat (limited to 'auto/echo/Makefile')
-rw-r--r-- | auto/echo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/echo/Makefile b/auto/echo/Makefile new file mode 100644 index 00000000..28a519c3 --- /dev/null +++ b/auto/echo/Makefile @@ -0,0 +1,3 @@ + +echo.exe: echo.c + mingw32-gcc -o echo.exe -O2 echo.c |