Root/ants/Makefile

Source at commit 3e37af63ca3032ee0aba9657e3c6326e956968f5 created 12 years 9 months ago.
By Werner Almesberger, prod/doc/setup.hmac: changed boot.hex and atusb.bin to the ce16a16 versions
1MODULES=meander
2
3.PHONY: all brd clean
4
5all: meander.mod
6
7sch:
8        eeschema `pwd`/ants.sch
9
10brd:
11        pcbnew `pwd`/ants.brd
12
13clean:
14        rm -f *~*.fpd
15        rm -f meander.mod
16
17meander.mod: meander.fpd
18        fped -k $< $@
19

Archive Download this file



interactive