Permalink
Browse files

debug-varcall

  • Loading branch information...
1 parent ee42f44 commit 76701b344ee750debd0c5d886ae22969577ca136 earonesty committed Sep 16, 2014
Showing with 1 addition and 3 deletions.
  1. +1 −3 clipper/Makefile
View
@@ -5,10 +5,8 @@ CC=g++
PREFIX?=/usr
BINDIR?=$(PREFIX)/bin
CFLAGS?=-O3 -I.
-CPPFLAGS?=-O3 -I.
# for debugging:
# CFLAGS?=-g -I.
-# CPPFLAGS?=-g -I.
PKG=ea-utils
REL := $(shell svnversion 2>/dev/null | perl -ne 'print $$1 if /(\d+)/' )
@@ -21,7 +19,7 @@ TOOLS=fastx-graph gtf2bed determine-phred randomFQ alc
all: $(BIN) check
debug:
- CPPFLAGS=-g ${MAKE} $(MFLAGS) varcall
+ CFLAGS="-g -I." ${MAKE} $(MFLAGS) varcall
install: $(BIN) $(BINDIR)/fastq-clipper $(BINDIR)/fastq-mcf $(BINDIR)/fastq-multx $(BINDIR)/fastq-join $(BINDIR)/fastq-stats $(BINDIR)/sam-stats $(BINDIR)/varcall $(BINDIR)/fastx-graph $(BINDIR)/determine-phred $(BINDIR)/randomFQ $(BINDIR)/alc

0 comments on commit 76701b3

Please sign in to comment.