steed/languages/Makefile
2009-09-05 04:44:45 +00:00

9 lines
141 B
Makefile

include ../Rules.make
clean:
all:
install:
install -d -m0755 $(LANGPATH)
for f in *.ini; do \
install -m0755 $$f $(LANGPATH)/$$f;\
done