]> pd.if.org Git - pdutils/blob - posix/echo/Makefile
implemented pwd
[pdutils] / posix / echo / Makefile
1 CFLAGS=-Wall
2
3 echo:   echo.c
4         $(CC) $(CFLAGS) -o $@ $+
5
6 echo.html:
7         wget http://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html