diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-05-21 21:15:38 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-05-21 21:15:38 +0000 |
commit | 424e580853315acb7d5718a00025828cacf3a488 (patch) | |
tree | 623e1b703189327c4951ba6cc56c7d58e187fd4f /Makefile | |
parent | 1443afd58af44c3431da92e8b0468d5962d4e86e (diff) |
Added timer routine to throttle game.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |