diff options
author | Michele Calgaro <[email protected]> | 2024-05-11 22:57:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-11 22:57:25 +0900 |
commit | 45cbc717c733e287453c8c50782fa301ae50a8ea (patch) | |
tree | 82e37203d476c039b3d7f9e3dd99c87110e47a81 /fbreader/moto/util/Makefile | |
parent | 02625a605190ecc5b1387f59dfc32e8a883ef91d (diff) | |
download | tde-ebook-reader-45cbc717c733e287453c8c50782fa301ae50a8ea.tar.gz tde-ebook-reader-45cbc717c733e287453c8c50782fa301ae50a8ea.zip |
Removed files relates to unsupported OSes, platforms, archs
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'fbreader/moto/util/Makefile')
-rw-r--r-- | fbreader/moto/util/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fbreader/moto/util/Makefile b/fbreader/moto/util/Makefile deleted file mode 100644 index e65d888..0000000 --- a/fbreader/moto/util/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -ROOTDIR = ../../.. - -TARGET = language_detector - -include $(ROOTDIR)/makefiles/qsubdir.mk - -$(TARGET): language_detector.o - @$(LD) $(LDFLAGS) -o $@ $^ $(UILIBS) - -distclean: clean - @$(RM) $(TARGET) |