Skip to content

Commit

Permalink
fix Makefile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 7, 2023
1 parent 3367c6d commit 1adfbf1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ define \n

endef
ALL_GEN = src/images/timeline.svg src/images/relplot.svg \
test/web/test.js mdbook
test/web/test.js
all: ${ALL_GEN}

mdbook:
mdbook build

test/web/test.js: test/web/test.ts
Expand Down

0 comments on commit 1adfbf1

Please sign in to comment.