summaryrefslogtreecommitdiffhomepage
path: root/auto/echo/Makefile
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-01-17 20:00:00 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-01-17 20:00:00 +0300
commit16cbf3c076a0aca6d47adaf3f719493674cf2363 (patch)
treee6530480020f62a2bdbf249988ec3e2a751d3927 /auto/echo/Makefile
downloadunit-16cbf3c076a0aca6d47adaf3f719493674cf2363.tar.gz
unit-16cbf3c076a0aca6d47adaf3f719493674cf2363.tar.bz2
Initial version.
Diffstat (limited to 'auto/echo/Makefile')
-rw-r--r--auto/echo/Makefile3
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