Skip to content

Commit

Permalink
Adjust target order in Makefile to avoid matching errors with make ve…
Browse files Browse the repository at this point in the history
…rsions prior to 3.81 (#9)

Signed-off-by: Wenbo Li <lwb21@mails.tsinghua.edu.cn>
  • Loading branch information
hnjylwb committed Mar 31, 2024
1 parent aaa427a commit 3e15341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ format:
clang-format -style=file:.clang-format $$file -i; \
done

lab%:
./build/debug/bin/sqllogictest test/lab{0..$*}/*.test

lab%-only:
./build/debug/bin/sqllogictest test/lab$*/*.test

lab%:
./build/debug/bin/sqllogictest test/lab{0..$*}/*.test

shell:
./build/debug/bin/shell

Expand Down

0 comments on commit 3e15341

Please sign in to comment.