mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 19:52:37 +01:00
11 lines
123 B
Makefile
11 lines
123 B
Makefile
|
RONN := ronn
|
||
|
PAGES := bats.1 bats.7
|
||
|
|
||
|
all: $(PAGES)
|
||
|
|
||
|
bats.1: bats.1.ronn
|
||
|
$(RONN) -r $<
|
||
|
|
||
|
bats.7: bats.7.ronn
|
||
|
$(RONN) -r $<
|