Commit c5c0fcd2 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

Added makefile

parent 89e5422e
DOCUMENTROOT=$(DESTDIR)/www/pages/photofinish
OWN = -o root -g root
INSTDOCS = 0644
INSTALL = install
DOCS= index.html \
photo-finish.js \
photo-finish.php
all:
@echo "make all in src"
install:
@echo "make install in src"
$(INSTALL) $(OWN) -d $(DOCUMENTROOT)
$(INSTALL) $(OWN) -m $(INSTDOCS) $(DOCS) $(DOCUMENTROOT)
clean:
@echo "make clean in src"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment