Skip to content

Commit 8276b1c

Browse files
committed
Add make clean and remove to readme
1 parent 0ca4176 commit 8276b1c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,17 @@ You should now have a `bin` directory containing the the executable file,
5656
`tourexec`, which you can run::
5757

5858
$ cd ../bin
59-
$ ./tourexec
59+
$ ./tourexec
60+
61+
Cleanup
62+
-------
63+
64+
Compiling the executable file will create some intermediary object files in an
65+
`obj` directory. These can safely be removed using::
66+
67+
$ make clean
68+
69+
There is also a command to remove the executable itself as well as the object
70+
files::
71+
72+
$ make remove

0 commit comments

Comments
 (0)