source: trunk/Monitoring/CNClient/Makefile @ 962

Last change on this file since 962 was 962, checked in by jripsl, 10 years ago
  • add sample config card file.
  • add stress test option.
File size: 252 bytes
Line 
1#all: clean
2#       sendAMQPMsg
3
4sendAMQPMsg: send_AMQP_msg.c
5        gcc -static -I/usr/local/include -L/usr/local/lib -Wall -o sendAMQPMsg send_AMQP_msg.c -lrabbitmq
6
7install: sendAMQPMsg
8        sudo cp sendAMQPMsg /usr/local/bin
9
10clean: sendAMQPMsg
11        rm -f sendAMQPMsg
Note: See TracBrowser for help on using the repository browser.