Rev 14 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
FILES := alloc how index.html logo on_fd on_signal on_time \
oop_adns oop_adns_query oop_glib oop_rl oop_sys oop_sys_run \
oop_sys_source oop_tcl oop_www ref style.css why
INSTALL := $(shell which install)
.PHONY: install clean distclean
install: logo
$(INSTALL) -d $(DESTDIR)
$(INSTALL) $(FILES) $(DESTDIR)
clean:
-rm -f logo
distclean: clean
logo: logo.shar
/bin/sh logo.shar