From: Bdale Garbee Date: Fri, 25 Jun 2010 03:48:26 +0000 (-0600) Subject: update Makefile to reflect removal of PIC source file X-Git-Tag: fab-v0.1~55 X-Git-Url: https://git.gag.com/?p=hw%2Fteleterra;a=commitdiff_plain;h=cc450d6ff853b0a6d7ba7e47919fee0674d38747 update Makefile to reflect removal of PIC source file --- 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