Began use git manage source code since MAAT_FRAME_VERSION_1_2_20150724.
This commit is contained in:
6
test/Makefile
Normal file
6
test/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
LIBS=../lib/libmaatframe.so -lMESA_handle_logger -lMESA_htable -lrulescan -lpcre -lpthread
|
||||
INC=-I../inc/ -I/usr/include/MESA/
|
||||
all:
|
||||
g++ -o maat_test -g -Wall maat_test.cpp $(INC) $(LIBS)
|
||||
clean:
|
||||
rm maat_test test.log* -f
|
||||
Reference in New Issue
Block a user