lab1 done
This commit is contained in:
parent
8b87ead3b9
commit
4eedfb85f5
56 changed files with 316 additions and 71 deletions
|
|
@ -25,6 +25,8 @@ PROGS = read-words example-out
|
|||
|
||||
all: $(PROGS)
|
||||
|
||||
test: ./example-out ./read-words
|
||||
|
||||
# Phony targets
|
||||
.PHONY: all test clean distclean
|
||||
|
||||
|
|
|
|||
2
lab1/stream-examples/err.txt
Normal file
2
lab1/stream-examples/err.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
And this is written to stderr
|
||||
And some more to stderr
|
||||
BIN
lab1/stream-examples/example-out
Executable file
BIN
lab1/stream-examples/example-out
Executable file
Binary file not shown.
1
lab1/stream-examples/example-out.d
Normal file
1
lab1/stream-examples/example-out.d
Normal file
|
|
@ -0,0 +1 @@
|
|||
example-out: example-out.cc
|
||||
2
lab1/stream-examples/out.txt
Normal file
2
lab1/stream-examples/out.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
This text is written to stdout
|
||||
More text to stdout
|
||||
BIN
lab1/stream-examples/read-words
Executable file
BIN
lab1/stream-examples/read-words
Executable file
Binary file not shown.
1
lab1/stream-examples/read-words.d
Normal file
1
lab1/stream-examples/read-words.d
Normal file
|
|
@ -0,0 +1 @@
|
|||
read-words: read-words.cc
|
||||
Loading…
Add table
Add a link
Reference in a new issue