Subversion Repositories OpenARM Single-board Computer

Rev

Rev 241 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

.PHONY: 


SCH=$(shell ls *sch)


drc: $(patsubst %.sch,drc/%.drc,$(SCH))


drc/%.drc: %.sch
        gnetlist -g drc2 -o $@ $^