We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad29c5 commit ca2e195Copy full SHA for ca2e195
.gitignore
@@ -310,3 +310,6 @@ __pycache__
310
/utils/regtools/regtool
311
/utils/regtools/swiss_knife
312
/utils/regtools/tester_v1
313
+
314
+# /utils/time-sync/
315
+/utils/time-sync/time-sync
utils/time-sync/Makefile
@@ -11,7 +11,7 @@ clean:
11
gcc ${CFLAGS} -c -o $@ $^
12
13
time-sync: ${OBJS}
14
- gcc ${CFLAGS} -lsgutils2 -o $@ $^
+ gcc ${CFLAGS} -o $@ $^ -lsgutils2
15
16
install: time-sync
17
cp time-sync /usr/local/bin/
0 commit comments