Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « pipes « others « test - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71b16befb420db5f1ba3ef7f02d67b5c41b4182e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CFLAGS += -Wall
pipe: pipe.c
clean:
	rm -f pipe
run: pipe
	./pipe - &&		\
	./pipe -c &&		\
	./pipe -cl &&		\
	./pipe -d &&		\
	./pipe -o &&		\
	./pipe -r &&		\
	./pipe -dc &&		\
	./pipe -dcl &&		\
	true