toeplitz: Add comment.
[dragonfly.git] / tools / regression / priv / Makefile
blob71c7b666e4637e9468cc36c68899b6f1f483e75f
1 compile: test_acct
3 run: compile
4 ./test_acct
6 clean:
7 rm *.o test_acct
9 test.o: test.c
10 ${CC} -c test.c
12 test_acct: test_acct.c test.o test.h
13 ${CC} -o test_acct test.o test_acct.c