Merge pull request #226 from StefanosChaliasos/master

Add missing dependency to Makefile
This commit is contained in:
OSQZSS 2020-01-07 13:28:54 +09:00 committed by GitHub
commit f91835682a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \