index
:
nq
this commit
master
Unix command line queue utility
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: b9a821168518cff7f77a775ca14d8047230ddaa0 (
plain
) (
blame
)
1
2
3
4
5
6
7
CFLAGS=-g -Wall -O2 all: nq nq: nq.c clean: rm -f nq check: prove -v ./tests