Clean up rdf and helper tool

master
Peter Nelson 2013-02-07 10:08:28 +00:00
parent 527f2ec77e
commit 242f52b391
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ CPP := g++
all: $(PTAPO) $(PTAPUIO) ptap.ttl
clean:
rm $(PTAPOBJ) $(PTAPO) $(PTAPUIOBJ) $(PTAPUIO)
rm $(PTAPOBJ) $(PTAPO) $(PTAPUIOBJ) $(PTAPUIO) ptap_helper ptap.ttl
depend:
makedepend $(PTAPSRC)