From 424e580853315acb7d5718a00025828cacf3a488 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 21 May 2020 21:15:38 +0000 Subject: Added timer routine to throttle game. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3