Build viewer website with normal build

This commit is contained in:
Charlie Curtsinger 2016-11-22 19:04:24 -06:00
parent f1e5321b05
commit 96f7a205c4
3 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@ -27,3 +27,5 @@ benchmarks/pbzip2/data
benchmarks/pbzip2/bzip2-1.0.6
benchmarks/string_match/string_match_datafiles
benchmarks/word_count/word_count_datafiles
viewer/node_modules

View File

@ -1,5 +1,5 @@
ROOT := .
DIRS := libcoz
DIRS := libcoz viewer
include $(ROOT)/common.mk

7
viewer/Makefile Normal file
View File

@ -0,0 +1,7 @@
ROOT = ..
all:
npm install
clean: