Moving 'mt' to 'st'. mt meant something related to tapes.
authorviric@llimona
Fri, 21 Sep 2007 00:25:12 +0200
changeset 30 7cf0e2193984
parent 29 91286c3ecebc
child 31 c8d6b46dae2e
Moving 'mt' to 'st'. mt meant something related to tapes.
.hgignore
Makefile
--- a/.hgignore	Fri Sep 21 00:21:20 2007 +0200
+++ b/.hgignore	Fri Sep 21 00:25:12 2007 +0200
@@ -1,2 +1,2 @@
 .o$
-mt
+st
--- a/Makefile	Fri Sep 21 00:21:20 2007 +0200
+++ b/Makefile	Fri Sep 21 00:25:12 2007 +0200
@@ -9,7 +9,7 @@
 	user_term.o
 
 
-mt: $(OBJECTS)
+st: $(OBJECTS)
 	$(CC) -o $@ -lutil $^
 
 clean: