diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-21 22:37:36 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-21 22:37:36 +0000 |
commit | 99b0b62ca25ec04b1629691a3644fdc513a52924 (patch) | |
tree | 688d0ac3575d19d7c9033f66c29e9cbc53cb5601 /src/Makefile | |
parent | 4d1507c165853e01072fa166ccd36842d3574822 (diff) |
Replaced paramGui abstraction by a class
svn path=/trunk/externals/tof/; revision=12629
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 31b2c9f..62e263d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ default: -PARAM: param paramDump paramRoute paramFile paramCustom paramId
+PARAM: param paramDump paramRoute paramFile paramCustom paramId paramGui
current:
echo make class
|