Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -37,9 +37,7 @@ CSS = target/css/main.css

export

all: $(CSS) $(XSLS) test

test: $(HTMLS)
all: $(CSS) $(XSLS) $(HTMLS)

target/xsl/%.xsl: xsl/%.xsl
cp xsl/*.xsl target/xsl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -13,4 +13,4 @@ In order to test this action, just run (provided, you have

```bash
make
```
```

0 comments on commit 2747416

Please sign in to comment.