* delete gdbver[.exe|.o]

This commit is contained in:
peter 2001-08-30 20:09:53 +00:00
parent cd73e62336
commit 7aff068a92

View File

@ -103,3 +103,7 @@ testgdb$(EXEEXT): testgdb.pp gdbint$(PPUEXT) gdbcon$(PPUEXT) $(DBGCOM)
.PHONY: test
test: examples
clean: fpc_clean
$(DEL) gdbver$(EXEEXT) gdbver$(OEXT)