Minor update.
[pysvrt.git] / Makefile
index 7dd3945..6e19ad6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 #  General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with selector.  If not, see <http://www.gnu.org/licenses/>.
+#  along with svrt.  If not, see <http://www.gnu.org/licenses/>.
 
 ifeq ($(DEBUG),yes)
  CXXFLAGS = -fPIC -Wall -g -DDEBUG
@@ -31,7 +31,7 @@ all: svrt TAGS
 TAGS: *.cc *.h
        etags *.cc *.h
 
-svrt:  libsvrt.so
+svrt:  libsvrt.so svrt.h svrt.c
        ./build.py
 
 libsvrt.so: \