summaryrefslogtreecommitdiff
path: root/plugins/Makefile
blob: ea1aba85e820b2c506f76059068f64a95e3ac93b (plain)
1
2
3
4
5
6
7
8
9
10
include ../.config

clean:
ifdef CONFIG_TARGET_MACOSX
	find ./ -name "*.dylib*" -print0 | xargs -0 rm -f
else
	find ./ -name "*.so*" -print0 | xargs -0 rm -f
endif

all install ipk lupdate lrelease opie-lupdate opie-lrelease: