From 24ac8e855acce4248271ca4a13f0dad8e74a96a4 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Sun, 15 Apr 2012 23:20:44 -0700 Subject: [PATCH] rename binary: libthreads -> model --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66dc45e..b7cfd9d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ .*.swp # files in this directory -/libthreads +/model /tags diff --git a/Makefile b/Makefile index bdd8348..de622ec 100644 --- 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 -- 2.34.1