+ no-op.c
This commit is contained in:
parent
214305d24e
commit
3e4a076c44
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@ code/thread-demo
|
||||
code/ex_curses
|
||||
code/hello
|
||||
code/arguments
|
||||
code/no-op
|
||||
|
||||
|
||||
|
||||
|
@ -15,3 +15,7 @@ hello: hello.c Makefile
|
||||
|
||||
arguments: arguments.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
no-op: no-op.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user