--- Makefile.orig	Mon Mar 18 17:44:18 2002
+++ Makefile	Sat Sep  7 17:32:58 2002
@@ -8,11 +8,11 @@
 #-----------------------------------------------------------------------------#
 
 # specify your favorite ANSI C compiler
-CC = gcc
+CC ?= cc
 
 # specify path to X11 on your system
 # if undefined, use system defaults (works with Linux/gcc/libc5)
-X11_PATH = /usr/X11
+# X11_PATH = /usr/X11
 
 # specify directory for read-only game data (like graphics, sounds, levels)
 # default is '.', so you can play without installing game data somewhere
@@ -41,8 +41,6 @@
 #-----------------------------------------------------------------------------#
 
 .EXPORT_ALL_VARIABLES:
-
-MAKE = make
 
 SRC_DIR = src
 MAKE_CMD = $(MAKE) -C $(SRC_DIR)
