+ exemple ipc/signal

This commit is contained in:
tth
2021-08-18 09:49:28 +02:00
parent b56f05cd3c
commit 646e3aacc9
4 changed files with 72 additions and 11 deletions

View File

@@ -19,3 +19,5 @@ arguments: arguments.c Makefile
no-op: no-op.c Makefile
gcc -Wall $< -o $@
get-signal: get-signal.c Makefile
gcc -Wall $< -o $@