From 23c1e4456db892ed21cb0d2e2fc8b4b0a7b18e8a Mon Sep 17 00:00:00 2001 From: Stefanos Chaliasos Date: Mon, 6 Jan 2020 16:29:50 +0200 Subject: [PATCH] Add missing dependency to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cee4765..cebef54 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LDFLAGS=-lm gps-sdr-sim: gpssim.o ${CC} $< ${LDFLAGS} -o $@ -gpssim.o: .user-motion-size +gpssim.o: .user-motion-size gpssim.h .user-motion-size: .FORCE @if [ -f .user-motion-size ]; then \