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