diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:46:03 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:06:11 +0100 |
commit | 4327ec0deee4b5362354bd4bc0ec885a412cd071 (patch) | |
tree | 5ce6ce3b4b2408d57cba606f9e22559fcac2d46a /wizards/util | |
parent | e5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff) |
Clean up makefiles
Diffstat (limited to 'wizards/util')
-rw-r--r-- | wizards/util/target.pmk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/util/target.pmk b/wizards/util/target.pmk index c44093461234..59a7066d85ff 100644 --- a/wizards/util/target.pmk +++ b/wizards/util/target.pmk @@ -24,6 +24,7 @@ # for a copy of the LGPLv3 License. # #************************************************************************* + CONFIG_ALL_TARGET = basicusr CONFIG_SHARE_TARGET = basicshare EURO_ALL_TARGET = basicsrveuro @@ -38,4 +39,3 @@ DEPOT_ALL_TARGET = basicsrvdepot STANDARD_ALL_TARGET = basicsrvstandard LAUNCHER_ALL_TARGET = basicsrvlauncher TUTORIALS_ALL_TARGET = basicsrvtutorials - |