gui
[lbook_fbreader.git] / fbreader / moto / util / Makefile
blobe65d8884c3ccaf250c6edc54ca956f3115913415
1 ROOTDIR = ../../..
3 TARGET = language_detector
5 include $(ROOTDIR)/makefiles/qsubdir.mk
7 $(TARGET): language_detector.o
8 @$(LD) $(LDFLAGS) -o $@ $^ $(UILIBS)
10 distclean: clean
11 @$(RM) $(TARGET)