This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/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