Skip to content

Commit 73f41a2

Browse files
build: Fix make build (#479)
1 parent 6cba1f5 commit 73f41a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fmt:
44
./Testing/fix.sh
55

66
build:
7-
bazel build -c opt //:release
7+
bazel build -c opt //Source/gui:Santa
88

99
test:
1010
bazel test --define=SANTA_BUILD_TYPE=adhoc --test_output=errors //:unit_tests

0 commit comments

Comments
 (0)