steed/languages/Makefile
2009-11-08 14:33:23 +00:00

15 lines
191 B
Makefile

include ../Rules.make
include ../config.make
clean:
all:
install:
$(INSTALLD) $(LANGPATH)
for f in *.ini; do \
$(INSTALL) $$f $(LANGPATH)/$$f;\
done
uninstall:
$(RM) -rf $(LANGPATH)