Skip to content
Snippets Groups Projects
Commit 4b70be49 authored by Glen Mével's avatar Glen Mével
Browse files

fixed Makefile for tarball creation

parent a6e32942
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,7 @@ tarball:
rm -rf enigma_skel
mkdir enigma_skel
cp Makefile \
symbol.mli \
rotor.ml rotor.mli involution.ml enigma.ml \
board.mli graph.mli path.mli \
rotor.ml* involution.ml enigma.ml \
bombe.ml board.ml* cycles.ml* graph.ml* path.ml* symbol.ml* \
enigma_skel
tar czvf enigma_skel.tar.gz enigma_skel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment