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 66dc45e004545d033b7b426868134f6035fe0457..b7cfd9dc7ea3eac9b970f63c541a777954bdf43d 100644 (file)
@@ -3,5 +3,5 @@
 .*.swp
 
 # files in this directory
-/libthreads
+/model
 /tags
index bdd83482c4c8b699e3a7c6b83cdfc5f349f046d6..de622ecb2b1e3eed7687165b2fa43b1ec88e1a2b 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