Skip to content

Commit

Permalink
Update Makefile; clean .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Jul 9, 2017
1 parent 6f09923 commit ee71e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Directories and Files
SRCS := index.html style.css driftr.js README.md LICENSE.txt d3/d3.min.js d3/LICENSE x18n/lib/x18n.js x18n/LICENSE
SRCS := index.html style.css driftr.js README.md LICENSE d3/d3.min.js d3/LICENSE
PACKAGE := $(notdir $(shell pwd))
DISTFILES := $(addprefix $(PACKAGE)/,$(SRCS))
VERSION := $(shell git describe --tags || echo v0.0)

## Targets
.PHONY: all dist sync
.PHONY: all clean dist
.DEFAULT_GOAL := all

all:
Expand Down

0 comments on commit ee71e17

Please sign in to comment.