utils/Makefile: clean up md5.o too.

This commit is contained in:
Joel Martin 2010-10-04 13:30:53 -04:00
parent 60440cee15
commit c084c396ba
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ md5.o: md5.c md5.h
$(CC) -c -o $@ $*.c -DHAVE_MEMCPY -DSTDC_HEADERS $(CC) -c -o $@ $*.c -DHAVE_MEMCPY -DSTDC_HEADERS
clean: clean:
rm -f wsproxy wsproxy.o websocket.o rm -f wsproxy wsproxy.o websocket.o md5.o