From: Martin Mares Date: Sun, 14 May 2023 12:41:34 +0000 (+0200) Subject: Clock: Fix compilation X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4e0da9e4541569f4708411b68d024c8e73623f37;p=home-hw.git Clock: Fix compilation --- diff --git a/clock/firmware/Makefile b/clock/firmware/Makefile index 8063dfb..8d72f34 100644 --- a/clock/firmware/Makefile +++ b/clock/firmware/Makefile @@ -1,5 +1,5 @@ -ROOT=.. -BINARY=test +ROOT=../.. +BINARY=clock OBJS=main.o LIB_OBJS=util-debug.o