added nprocs.c and Makefile
git-svn-id: svn://anubis/misc/nprocs@85 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
c0a23473e3
commit
f189f5c08d
8
Makefile
Normal file
8
Makefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
all: nprocs
|
||||||
|
|
||||||
|
nprocs: nprocs.c
|
||||||
|
$(CC) -o $@ $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -f *.o *~ nprocs
|
Loading…
x
Reference in New Issue
Block a user