Parent: [fe550b] (diff)

Child: [b55e44] (diff)

Download this file

Makefile    15 lines (13 with data), 276 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
all:
cd lib;make
cd bincimapmime;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 bincimapmime;make clean
cd qtgui;rm -f recoll;make clean
cd query;make clean
cd utils;make clean