X-Git-Url: https://git.cworth.org/git?p=loa;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9022ed97af0d4c0c28e25bbbedfedcc0069f5625;hp=06aeffec92c75ed79ce42c8a68efbc67368a6eb4;hb=8a4f047dec04d825e2074113a7c8f1ba3c602889;hpb=4ce79f50d09eb624783e864194669eb0862d6f7c diff --git a/Makefile b/Makefile index 06aeffe..9022ed9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: $(ALL) %.o: %.c $(CC) $(CFLAGS) $(MYCFLAGS) -c -o $@ -c $< -%: %.o +loa: loa.o loa-board.o $(CC) $(LDLAGS) $(MYLDFLAGS) -o $@ $^ Makefile.dep: *.c