Skip to content
Snippets Groups Projects
Commit bd7b1546 authored by deuce's avatar deuce
Browse files

Added ex_ski target... this is useless since clock() is the CPU time used

by the process... this will need some fixing.
parent 3c1fb074
No related branches found
No related tags found
No related merge requests found
......@@ -162,5 +162,11 @@ ex_diag: ex_diag.c ${LIBDIR}libODoors${SHLIB}
ex_hello: ex_hello.c ${LIBDIR}libODoors${SHLIB}
$(CC) $(CFLAGS) ex_hello.c -o ex_hello -lODoors
ex_music: ex_music.c ${LIBDIR}libODoors${SHLIB}
$(CC) $(CFLAGS) ex_music.c -o ex_music -lODoors
ex_ski: ex_ski.c ${LIBDIR}libODoors${SHLIB}
$(CC) $(CFLAGS) ex_ski.c -o ex_ski -lODoors
#
#------------------------------------------------------------------------------
......@@ -12,7 +12,7 @@
/* The opendoor.h file must be included by any program using OpenDoors. */
#include "opendoor.h"
#include "OpenDoor.h"
#include <string.h>
......
......@@ -26,6 +26,7 @@
#include <time.h>
#include <errno.h>
#include <stdlib.h>
#include <genwrap.h>
/* Hard-coded configurable constants - change these values to alter game */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment