master
Peter Nelson 2013-02-03 13:58:55 +00:00
parent ed6842bf22
commit ec2f1ee970
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ CPP := g++
all: $(PTAPO) $(PTAPUIO)
clean:
rm $(PTAPOBJ) $(PTAPO) $(PTAOUIOBJ) $(PTAPUIO)
rm $(PTAPOBJ) $(PTAPO) $(PTAPUIOBJ) $(PTAPUIO)
depend:
makedepend $(PTAPSRC)