Root/f10/Makefile

Source at commit a27d1958fb3a238dcdc9fe15e0d0649448409129 created 10 years 2 months ago.
By Werner Almesberger, ircstat/ML: update for 12/2013
1all: fsm100.mod he10.mod
2
3sch:
4    eeschema `pwd`/f10.sch
5
6brd:
7    pcbnew `pwd`/f10.brd
8
9%.mod: %.fpd
10    fped -k $< >$@ || { rm -f $@; exit 1; }
11
12-include Makefile.mkmk
13

Archive Download this file

Branches:
master



interactive