Skip to content

Commit f395eb9

Browse files
committed
Fix typo in list of targets
1 parent 15d2cb3 commit f395eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#@(#)Makefile 2021-05-24 A.J.Travis and A.Douglas
1+
#@(#)Makefile 2021-05-26 A.J.Travis and A.Douglas
22

33
#
44
# PIQUE - Parallel Identification Of QTL's using EMMAX
@@ -29,7 +29,7 @@ help:
2929
@echo "\tgroup"
3030
@echo "\ttest_vcf"
3131
@echo "\tld"
32-
@echo "\tblocks
32+
@echo "\tblocks"
3333
@echo "\tplot"
3434
@echo "\tall"
3535

@@ -72,7 +72,7 @@ test_vcf: test_vcf.vcf
7272
test_vcf.vcf: $(IPREFIX).ped $(IPREFIX).map
7373
$(PLINK) --file $(IPREFIX) --recode-vcf --out $(basename $@)
7474

75-
ld:
75+
ld: input
7676
$(PLINK) --file $(IPREFIX)_recode12 --r --out $(OPREFIX)_r
7777
$(PLINK) --file $(IPREFIX)_recode12 --r2 --out $(OPREFIX)_r2
7878

0 commit comments

Comments
 (0)