summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-05-21 21:15:38 +0000
committerIan C <ianc@noddybox.co.uk>2020-05-21 21:15:38 +0000
commit424e580853315acb7d5718a00025828cacf3a488 (patch)
tree623e1b703189327c4951ba6cc56c7d58e187fd4f /Makefile
parent1443afd58af44c3431da92e8b0468d5962d4e86e (diff)
Added timer routine to throttle game.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8927c67..c469232 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,6 @@ OPTIM=-g
OBJ=dash
CC=cc
-# Uncomment the following line if your system does not support usleep()
-#
-# USLEEP=-DNOUSLEEP
-
# For Suns - edit if your system is awkward too
#
INCLUDE_PATH=-I/usr/openwin/include -I/usr/5include
@@ -16,7 +12,7 @@ LIB_PATH=-L/usr/openwin/lib -L/usr/5lib
# Shouldn't need to edit below here
#
-OPTS=$(OPTIM) $(USLEEP)
+OPTS=$(OPTIM)
ALL=dash spred