summaryrefslogtreecommitdiff
path: root/plugins/Makefile
blob: 251590342fee4e092c690ca2a42d215decf6f8f4 (plain)
1
2
3
4
5
6
7
8
clean:
ifeq ( CONFIG_TARGET_MACOSX, y )
	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: