summaryrefslogtreecommitdiff
path: root/Makefile
blob: 09d85703de01b7aedc99d72c156658f2cdad8649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DIR_NAME := $(notdir $(CURDIR))
GIT_HASH := $(shell git rev-list HEAD^!)

all:

site:
	$(CURDIR)/publish sass logo html
logo:
	$(CURDIR)/publish logo
	rm -f $(CURDIR)/$(DIR_NAME)-images-${GIT_HASH}.tar.gz
	tar -C $(CURDIR)/assets/images -pczf $(CURDIR)/$(DIR_NAME)-images-${GIT_HASH}.tar.gz .

clean:
	rm -fr $(CURDIR)/html