2010-08-25 12:40:03 +03:00
|
|
|
#
|
2010-11-11 15:56:42 +02:00
|
|
|
# tools/Makefile - Build the CNTR control tool
|
2010-08-25 12:40:03 +03:00
|
|
|
#
|
2011-03-22 16:05:05 +02:00
|
|
|
# Written 2010-2011 by Werner Almesberger
|
|
|
|
# Copyright 2010-2011 Werner Almesberger
|
2010-08-25 12:40:03 +03:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
DIRS=cntr
|
|
|
|
|
2011-03-22 16:05:05 +02:00
|
|
|
include ../../makefiles/Makefile.recurse
|