rename binary: libthreads -> model
authorBrian Norris <banorris@uci.edu>
Mon, 16 Apr 2012 06:20:44 +0000 (23:20 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 16 Apr 2012 06:20:44 +0000 (23:20 -0700)
.gitignore
Makefile

index 66dc45e..b7cfd9d 100644 (file)
@@ -3,5 +3,5 @@
 .*.swp
 
 # files in this directory
-/libthreads
+/model
 /tags
index bdd8348..de622ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC=g++
-BIN=libthreads
+BIN=model
 SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c threads.cc
 HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads_internal.h
 FLAGS=-Wall -ldl -g