]> pd.if.org Git - pdutils/blobdiff - posix/echo/Makefile
rename utils to posix
[pdutils] / posix / echo / Makefile
diff --git a/posix/echo/Makefile b/posix/echo/Makefile
new file mode 100644 (file)
index 0000000..f1f3a63
--- /dev/null
@@ -0,0 +1,7 @@
+CFLAGS=-Wall
+
+echo:  echo.c
+       $(CC) $(CFLAGS) -o $@ $+
+
+echo.html:
+       wget http://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html