initial commit
This commit is contained in:
commit
9830cf3047
5 changed files with 227 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
all: pcat service service2
|
||||
|
||||
pcat: pcat.cpp
|
||||
clang++ pcat.cpp -o pcat
|
||||
|
||||
service: service.cpp
|
||||
clang++ service.cpp -o service
|
||||
|
||||
service2: service2.cpp
|
||||
clang++ service2.cpp -l pthread -o service2
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue