13 lines
171 B
Makefile
Raw Normal View History

2018-07-10 02:46:12 -05:00
#!/usr/bin/make -f
#SUBDIRS :=
2018-07-10 02:46:12 -05:00
all: install
install:
make -C lubuntu/po/; \
find lubuntu/ -type f -iname "*.in" | xargs rm -f
chmod +x lubuntu/*.desktop
2018-07-10 02:46:12 -05:00
# vim:ts=4