This commit is contained in:
tth
2021-08-28 17:06:26 +02:00
parent 97f9196db6
commit f5b9cf17dc
5 changed files with 28 additions and 5 deletions

View File

@@ -24,6 +24,8 @@ no-op: no-op.c Makefile
get-signal: get-signal.c Makefile
gcc -Wall $< -o $@
fifo: fifo-rx fifo-tx
dtime.o: dtime.c my-fifo.h Makefile
gcc -Wall -c $<