diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-06-21 00:11:04 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-06-21 00:11:04 +0200 |
commit | 011c50286ea8fb98c547502a6e3f1d8c5d304ca1 (patch) | |
tree | 82fe7fc72439df0adaa5331cae085b25ab6c8940 /INSTALL | |
parent | 82732f965ccbc70641e2ce5e9dba8e0ced64aeba (diff) | |
download | hurd-011c50286ea8fb98c547502a6e3f1d8c5d304ca1.tar.gz hurd-011c50286ea8fb98c547502a6e3f1d8c5d304ca1.tar.bz2 hurd-011c50286ea8fb98c547502a6e3f1d8c5d304ca1.zip |
Drop mention of non-existing check target
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -115,13 +115,10 @@ The simplest way to compile this package is: 2. Type `make' to compile the package. - 3. Optionally, type `make check' to run any self-tests that come with - the package. - - 4. Type `make install' to install the programs and any data files and + 3. Type `make install' to install the programs and any data files and documentation. - 5. You can remove the program binaries and object files from the + 4. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is |