Skip to content
Snippets Groups Projects
Commit 6a9cf0bb authored by Aaron's avatar Aaron
Browse files

Makefile tweak; Need newline in BlockedIntervals.h

parent a99aa971
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ INCLUDES = -I$(UTILITIES_DIR)/bedFile/ \
# ----------------------------------
# define our source and object files
# ----------------------------------
SOURCES= tagBamMain.cpp tagBam.cpp tagBam.H
SOURCES= tagBamMain.cpp tagBam.cpp tagBam.h
OBJECTS= tagBamMain.o tagBam.o
BUILT_OBJECTS= $(patsubst %,$(OBJ_DIR)/%,$(OBJECTS))
......
......@@ -30,4 +30,4 @@ void GetBamBlocks(const BamAlignment &bam,
void GetBedBlocks(const BED &bed, bedVector &bedBlocks);
/* compute the total forprint of a set of BED blocks */
int GetTotalBlockLength(const bedVector &bedBlocks);
\ No newline at end of file
int GetTotalBlockLength(const bedVector &bedBlocks);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment