Browse Source

* delete gdbver[.exe|.o]

peter 24 năm trước cách đây
mục cha
commit
7aff068a92
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      packages/gdbint/Makefile.fpc

+ 4 - 0
packages/gdbint/Makefile.fpc

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