Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Nov 6, 2023
1 parent 06186a8 commit 33acce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build/boards/%: $$*/$$(notdir $$*).kicad_pcb $$*/$$(notdir $$*).kicad_sch
touch $@

build/page.md: README.md part_alternatives.md
mkdir -p build/
cat $^ > $@

build/web/index.html: build/page.md present/template/index.html $(addprefix build/boards/,$(BOARDS))
Expand Down

0 comments on commit 33acce0

Please sign in to comment.