+ no-op.c
This commit is contained in:
@@ -15,3 +15,7 @@ hello: hello.c Makefile
|
||||
|
||||
arguments: arguments.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
no-op: no-op.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user