Files
kicad-source-mirror/template/makefile
T
raburton af37d78ab3 added install targets for the non-binary stuff (libraries, help, etc.)
it's now possible to do a complete usable kicad install from source
2007-06-16 09:07:23 +00:00

15 lines
208 B
Makefile

# Install template
include ../libs.linux
TARGETS=kicad.pro
install: $(TARGETS)
$(KICAD_TEMPLATE):
mkdir -p $(KICAD_TEMPLATE)
$(TARGETS): $(KICAD_TEMPLATE)
cp -R $@ $(KICAD_TEMPLATE)
.PHONY: $(TARGETS)