Skip to content

Instantly share code, notes, and snippets.

@robbyoconnor
Created July 8, 2016 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbyoconnor/cd0c1d07d5cb0abb8426cfd47147e4df to your computer and use it in GitHub Desktop.
Save robbyoconnor/cd0c1d07d5cb0abb8426cfd47147e4df to your computer and use it in GitHub Desktop.
CC=g++
FILES=RNATranscriber.cc RNATranslator.cc AminoAcid.cc main.cc
codons:
${CC} -g ${FILES} -o codons
./codons
clean:
rm -rf codons*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment