Sun, 15 Dec 2024 14:35:58 +0100
add missing version attribute to project.xml example
uwproj.md | file | annotate | diff | comparison | revisions |
--- a/uwproj.md Fri Nov 29 21:43:32 2024 +0100 +++ b/uwproj.md Sun Dec 15 14:35:58 2024 +0100 @@ -25,7 +25,7 @@ UWproj uses a `project.xml` file to generate a configure script. Here is a simple example: <?xml version="1.0" encoding="UTF-8"?> - <project xmlns="http://unixwork.de/uwproj"> + <project version="0.3" xmlns="http://unixwork.de/uwproj"> <!-- global dependency for all targets --> <dependency> <!-- check if a C Compiler is available, this will add the CC variable to the config.mk file -->