Skip to content
Snippets Groups Projects
Commit 9ec16b50 authored by Jonah Kanner's avatar Jonah Kanner :nerd:
Browse files

Updated makefile

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/tags/bwb-0.4@369 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent 4a2e8c87
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ CCFLAGS = -Wall -O3 -std=gnu99 -march=native -mtune=native -Wl,--unresolved-symb
OBJS = Subroutines.o BayesLine.o
all: $(OBJS) BayesWaveBurst BayesWavePost BayesWavePostPEC
all: $(OBJS) BayesWaveBurst BayesWavePost
BayesLine.o : BayesLine.c BayesLine.h
condor_compile gcc $(CCFLAGS) -c BayesLine.c $($INCDIR:%=-I%)
......
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