X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=Makefile;h=6e19ad66f42e21ba2f17f69055f9da35be7fdd90;hp=7dd39457434d61f040b400461e50e182c041a2c2;hb=HEAD;hpb=3f98a24d12e9f0e062f195d92606a5ffbe651ff8 diff --git a/Makefile b/Makefile index 7dd3945..6e19ad6 100644 --- 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 . +# along with svrt. If not, see . 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: \