Project

General

Profile

Revision 9e764ac9

ID9e764ac9517ed74b025fab09d361ded5b833285b
Parent 95250ecf
Child 314bdec9, 8f961e44

Added by Thomas Mullins over 11 years ago

Added query.c for queries from database web interface

View differences:

mainbox/Makefile
1
SRC=main.c tool.c
2
HDR=tool.h ../tooltron_mb.h
1
SRC=main.c tool.c query.c
2
HDR=tool.h query.h ../tooltron_mb.h
3 3

  
4
FLAGS=-O2 -g -Wall -I.. `pkg-config --cflags --libs libmodbus`
4
FLAGS=-O2 -g -Wall -I.. `pkg-config --cflags --libs libmodbus libcurl`
5 5

  
6 6
all: tooltron
7 7

  

Also available in: Unified diff