Clean up rdf and helper tool
parent
527f2ec77e
commit
242f52b391
|
@ -21,7 +21,7 @@ CPP := g++
|
||||||
all: $(PTAPO) $(PTAPUIO) ptap.ttl
|
all: $(PTAPO) $(PTAPUIO) ptap.ttl
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm $(PTAPOBJ) $(PTAPO) $(PTAPUIOBJ) $(PTAPUIO)
|
rm $(PTAPOBJ) $(PTAPO) $(PTAPUIOBJ) $(PTAPUIO) ptap_helper ptap.ttl
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
makedepend $(PTAPSRC)
|
makedepend $(PTAPSRC)
|
||||||
|
|
Loading…
Reference in New Issue