Skip to content

Commit 1dedce0

Browse files
committed
Do not delete *.proto during make clean
Previously we did not include *.proto in this repository. Now that the license has changed we are including it and 'make clean' should no longer remove these files. Signed-off-by: Adrian Reber <[email protected]>
1 parent 636cac7 commit 1dedce0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ phaul-test: $(TEST_BINARIES)
4040
clean:
4141
@rm -f $(TEST_BINARIES)
4242
@rm -rf image
43-
@rm -f rpc/rpc.proto stats/stats.proto
4443

4544
rpc/rpc.proto:
4645
curl -sSL https://raw.githubusercontent.com/checkpoint-restore/criu/master/images/rpc.proto -o $@

0 commit comments

Comments
 (0)