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/lang/Makefile
2011-03-07 13:39:06 +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)