From df3d08732dc018e8f88ca4a621150d9800c6a83e Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 19 Aug 1999 07:09:16 +0000 Subject: [PATCH] (TAR): New variable. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b4d47e6..d4bf66b 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,11 @@ SHELL = /bin/sh MAKE = make CC = gcc CFLAGS = -O2 + +TAR = tar RM = /bin/rm -f CP = /bin/cp -p + EMACS = emacs BINS = src/ol2 src/decode-b -- 1.7.10.4