mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
remove blog stylesheets from makefile
This commit is contained in:
parent
37b75c65c1
commit
702bac468d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
JAVASCRIPTS=$(shell echo assets/js/*.js)
|
JAVASCRIPTS=$(shell echo assets/js/*.js)
|
||||||
STYLESHEETS=$(shell echo assets/css/*.css) $(shell echo _blog/styles/*.css)
|
STYLESHEETS=$(shell echo assets/css/*.css)
|
||||||
POSTS=$(shell echo _blog/published/*.html) $(shell echo _blog/published/*.md)
|
POSTS=$(shell echo _blog/published/*.html) $(shell echo _blog/published/*.md)
|
||||||
|
|
||||||
all: proj blog combine
|
all: proj blog combine
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue