diff --git a/ptap/Makefile b/ptap/Makefile index 3a93b97..bdd83cd 100644 --- a/ptap/Makefile +++ b/ptap/Makefile @@ -20,7 +20,7 @@ CPP := g++ all: $(PTAPO) $(PTAPUIO) clean: - rm $(PTAPOBJ) $(PTAPO) $(PTAOUIOBJ) $(PTAPUIO) + rm $(PTAPOBJ) $(PTAPO) $(PTAPUIOBJ) $(PTAPUIO) depend: makedepend $(PTAPSRC)