Skip to content

Commit 326b409

Browse files
committed
tours-cernbox: fix compilation
1 parent b305704 commit 326b409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tours-cernbox/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
release:
22
mkdir -p release
3-
tar -czf release/tours-cernbox.tar.gz ./new_features.json
3+
tar -czf release/tours-cernbox.tar.gz ./*.json ./screenshots
44
clean:
55
rm -rf release

0 commit comments

Comments
 (0)