diff --git a/Makefile b/Makefile index f8ffbe7..4f12e6d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GENERATE = collect-wireless-mac.capsman collect-wireless-mac.local dhcp-lease-comment.capsman dhcp-lease-comment.local -all: $(GENERATE) +all: $(GENERATE) README.html README.html: README.md markdown README.md > README.html