]> pd.if.org Git - pdutils/blob - utils/echo/Makefile
f1f3a63f32093e0e9b90af526b862fccbd17f68b
[pdutils] / utils / 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