summaryrefslogtreecommitdiffstats
path: root/config_test/Makefile
blob: 295696e98941c78c7dbe1b5a92d6c8177d485640 (plain)
1
2
3
4
5
6
7
8
9
10

all: child_test.c
	gcc -o child_test child_test.c

test:
	./run_tests 10

clean:
	rm -f child_test