diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-01-17 20:00:00 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-01-17 20:00:00 +0300 |
commit | 16cbf3c076a0aca6d47adaf3f719493674cf2363 (patch) | |
tree | e6530480020f62a2bdbf249988ec3e2a751d3927 /auto/echo/Makefile | |
download | unit-16cbf3c076a0aca6d47adaf3f719493674cf2363.tar.gz unit-16cbf3c076a0aca6d47adaf3f719493674cf2363.tar.bz2 |
Initial version.
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 |