Skip to content

Commit 61b9fc5

Browse files
committed
Simplify make target for pub.css
1 parent daf2d50 commit 61b9fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ elf-clean: elf-clean.o
4747
clean:
4848
rm -f el elg elf *.o
4949

50-
pub-css:
51-
-[ ! -e pub.css ] && wget https://github.com/manuelp/pandoc-stylesheet/raw/acac36b976966f76544176161ba826d519b6f40c/pub.css
50+
pub.css:
51+
wget https://github.com/manuelp/pandoc-stylesheet/raw/acac36b976966f76544176161ba826d519b6f40c/pub.css
5252

53-
README: pub-css # Requires Pandoc to be installed
53+
README: pub.css # Requires Pandoc to be installed
5454
pandoc README.md -s -c pub.css -o README.html
5555
$(OPEN) README.html

0 commit comments

Comments
 (0)