Parent: [74434a] (diff)

Child: [9ccd15] (diff)

Download this file

Makefile    13 lines (11 with data), 226 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
all:
cd lib;make
cd index;make
cd qtgui;qmake recoll.pro ; rm -f recoll;make
clean:
cd common;make clean
cd index;make clean
cd lib;make clean
cd qtgui;rm -f recoll;make clean
cd query;make clean
cd utils;make clean