Skip to content

Instantly share code, notes, and snippets.

@ivan-krukov
Created August 24, 2015 21:50
Show Gist options
  • Save ivan-krukov/a6ba5b3ba8821e866a08 to your computer and use it in GitHub Desktop.
Save ivan-krukov/a6ba5b3ba8821e866a08 to your computer and use it in GitHub Desktop.
Multiple file suffixes in makefile rules
>sequence 1
ACTG
>sequence 2
ACTG
TGAC
hello: *.fa *.fasta
wc -l $^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment