Date:2016-09-01 07:37:56 (7 years 6 months ago)
Author:Werner Almesberger
Commit:63491d1c32873d2553bd9ffbb43c0fbbdeb7b680
Message:makefiles/Makefile.kicad (BRD): board file type is now .kicad_pcb

Files: makefiles/Makefile.kicad (1 diff)

Change Details

makefiles/Makefile.kicad
3232DIR = $(shell pwd | sed 's|.*/||')
3333
3434SCH=$(shell pwd)/$(NAME).sch
35BRD=$(shell pwd)/$(NAME).brd
35BRD=$(shell pwd)/$(NAME).kicad_pcb
3636
3737
3838.PHONY: all gen generate sch brd xpdf front back clean

Archive Download the corresponding diff file



interactive