Skip to content

Commit 0b8569a

Browse files
committed
Tiny build simplification
1 parent b655ea6 commit 0b8569a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ test: build
2323

2424
clean:
2525
-rm -rf battlecode/*/*.so build
26-
-rm .build-marker .release-marker 2&>/dev/null
26+
-rm -f .build-marker .release-marker
2727

2828
.PHONY: build test clean

0 commit comments

Comments
 (0)