Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 61eee6a

Browse files
make clean, make uninstall
1 parent 8f3fc75 commit 61eee6a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎misc.md‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,28 @@ Dry run:
3636
make -n
3737
```
3838

39+
Install dry run:
40+
41+
[What's the opposite of 'make install', i.e. how do you uninstall a library in Linux?](https://stackoverflow.com/questions/1439950/whats-the-opposite-of-make-install-i-e-how-do-you-uninstall-a-library-in-li)
42+
```sh
43+
make -n install
44+
```
45+
46+
make clean:
47+
48+
removes any intermediate or output files from your source / build tree. However, it only affects the source / build tree; it does not touch the rest of the filesystem and so will not remove previously installed software.
49+
50+
```sh
51+
make clean
52+
```
53+
54+
make uninstall:
55+
56+
```sh
57+
make uninstall
58+
```
59+
But it's up to the library's authors to provide this.
60+
3961
### CMakeLists.txt
4062
#### fundamental
4163

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /