From ec2f1ee9707d1a16b81a395b15a6c2bb5e98a927 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Sun, 3 Feb 2013 13:58:55 +0000 Subject: [PATCH] Typo --- ptap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)