diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-27 21:49:43 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-27 21:49:43 -0400 |
commit | 19425508818e306f75c22df2a3f33d37ab2af7af (patch) | |
tree | 451d98526dc0f13473c4e6963216bf29cfb5a5ab /README | |
parent | b1eb46e70bfa0b159c25f26f00a589d4545beba0 (diff) |
make cleanup does not generate .host, as it is not needed
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ This directory contains everything you should need to create a working version of the Miranda system. Before compiling Miranda on a new host: make cleanup -removes old object files and collects information about the current -platform in .host. +removes old object files. Then make |