remove Makefile
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
1da5b7325c
commit
ee2ed49d7f
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
include ../../Makefile.config
|
|
||||||
|
|
||||||
THEMES = cyco001 cyco002 HP48 inversed
|
|
||||||
|
|
||||||
install :
|
|
||||||
install -m 0755 -d $(THEMES_DIR)
|
|
||||||
$(INSTALL) -R $(THEMES) $(THEMES_DIR)
|
|
||||||
chmod -R 0755 $(THEMES_DIR)
|
|
||||||
for i in $(THEMES) ; do chmod 0644 $(THEMES_DIR)/$$i/* ; done
|
|
||||||
|
|
||||||
uninstall :
|
|
||||||
-rm -fr $(THEMES_DIR)
|
|
||||||
|
|
||||||
clean :
|
|
||||||
-rm *~ cyco001/*~ cyco002/*~ HP48/*~ inversed/*~
|
|
Loading…
Reference in a new issue