From 9a6e9150ef7419eda8046d28f7b7c50d663c58f9 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sun, 20 Feb 2011 23:00:17 +0000 Subject: [PATCH] delete extraneous makefile git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@338 aa027e90-d47c-11dd-86d7-074df07e0730 --- Endian/Makefile | 7 ------- ProFUSE/Makefile | 9 --------- 2 files changed, 16 deletions(-) delete mode 100644 Endian/Makefile delete mode 100644 ProFUSE/Makefile diff --git a/Endian/Makefile b/Endian/Makefile deleted file mode 100644 index ded39b8..0000000 --- a/Endian/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -CC = g++ -CPPFLAGS += -g -Wall -I../ - - -all : Endian.o - -Endian.o : Endian.cpp Endian.h diff --git a/ProFUSE/Makefile b/ProFUSE/Makefile deleted file mode 100644 index 657e89d..0000000 --- a/ProFUSE/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CC = g++ -CPPFLAGS += -g -Wall -I../ - - -all : Exception.o Lock.o - -Exception.o : Exception.cpp Exception.h - -Lock.o : Lock.cpp Lock.h \ No newline at end of file