1include %%topdir%%/config.mk
2
3SRCS = space.c
4LIBTARGET = space.so
5install:
6	$(install) 755 $(LIBDIR)/fbpanel 755 $(LIBTARGET)
7
8include %%topdir%%/rules.mk
9