Selaa lähdekoodia

utils/Makefile: clean up md5.o too.

Joel Martin 15 vuotta sitten
vanhempi
commit
c084c396ba
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      utils/Makefile

+ 1 - 1
utils/Makefile

@@ -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