changeset 1:b9fe017905f8

let's call it ti-libpatch
author Space Falcon <falcon@ivan.Harhan.ORG>
date Fri, 05 Jun 2015 01:17:39 +0000
parents 12e230d431f0
children 058d377fc299
files .hgignore tool/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Jun 03 07:40:00 2015 +0000
+++ b/.hgignore	Fri Jun 05 01:17:39 2015 +0000
@@ -1,4 +1,4 @@
 syntax: regexp
 
 ^tool/.*\.o$
-^tool/libpatch$
+^tool/ti-libpatch$
--- a/tool/Makefile	Wed Jun 03 07:40:00 2015 +0000
+++ b/tool/Makefile	Fri Jun 05 01:17:39 2015 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROG=	libpatch
+PROG=	ti-libpatch
 OBJS=	globals.o main.o readspec.o
 HDRS=	ar.h globals.h patchinfo.h