From ba78f8e71bbadbd0f42551925aded082ac42be8b Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Sun, 25 Jan 2004 22:45:23 +0000 Subject: [PATCH] better way to do this git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@164 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fc7362..f4d44c2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ else endif endif -ifdef VIRUS +ifeq (1,$(VIRUS)) EDITOR = virus.c else EDITOR = ee.c -- 2.47.3