This commit is contained in:
2013-02-03 13:58:55 +00:00
parent ed6842bf22
commit ec2f1ee970

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)