2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

Make clean target clean up test program.

This commit is contained in:
Ted Lemon 1999-10-06 22:39:11 +00:00
parent c859d3b834
commit ef216c04e1
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ depend:
makedepend $(INCLUDES) $(PREDEFINES) $(SRCS)
clean:
-rm -f $(OBJ)
-rm -f $(OBJ) test.o test
realclean: clean
-rm -f libdhcp.a *~ $(CATMANPAGES) $(SEDMANPAGES)

View File

@ -67,7 +67,7 @@ depend:
makedepend $(INCLUDES) $(PREDEFINES) $(SRCS)
clean:
-rm -f $(OBJ)
-rm -f $(OBJ) test.o test
realclean: clean
-rm -f libdhcp.a *~ $(CATMANPAGES) $(SEDMANPAGES)