Skip to content

Commit dbb63f7

Browse files
committed
exclude simulate binary in make sync
1 parent e826c55 commit dbb63f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ functional_tests: all
1818
test: functional_tests
1919

2020
sync:
21-
rsync -avt --delete --exclude=".git" --exclude="dSFMT*" . $(DEVBOX)
21+
rsync -avt --delete --exclude=".git" --exclude="dSFMT*" --exclude="simulate" . $(DEVBOX)
2222

2323
.PHONY : all test function_tests sync

0 commit comments

Comments
 (0)