X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=b9a777150e560d322a6a00437907df1f220f3d29;hb=cc450d6ff853b0a6d7ba7e47919fee0674d38747;hp=16b16153450009b4dea753a98356c957ab2a2f62;hpb=a949ad488ceeba994b7ec96c4ce3a1325936a2f7;p=hw%2Fteleterra diff --git a/Makefile b/Makefile index 16b1615..b9a7771 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,12 @@ # intentionally want to rebuild drc and bom on every invocation -all: hw sw +all: hw hw: drc partslist -sw: teleterra.hex - CC= sdcc CFLAGS= -mpic14 -p16f886 LDFLAGS= -teleterra.o: teleterra.c - $(CC) -c $(CFLAGS) $< - -teleterra.hex: teleterra.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ teleterra.o - drc: teleterra.sch -gnetlist -g drc2 teleterra.sch -o teleterra.drc