Skip to content
Snippets Groups Projects
Select Git revision
  • 9d6561d67fc18a7e02ad7407aa7e8db071816e4f
  • main default protected
  • correction_video
  • going_further
  • ImprovedMouseInteraction
  • final2023
  • template
  • ModifGUI
8 results

build.gradle

Blame
  • Forked from YAGOUBI Rim / Game of life Template
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    makefile_ex 485 B
    # Cible principale : exécuter le script tp2.R après avoir obtenu les fichiers nécessaires
    .PHONY: run_tp2
    run_tp2: results/data/penncath.bim results/data/penncath.bed results/data/penncath.fam
    	Rscript sources/tp2.R  
    
    # Générer les fichiers penncath.bim, penncath.bed et penncath.fam en exécutant download_data.R
    results/data/penncath.bim results/data/penncath.bed results/data/penncath.fam:
    	Rscript sources/download_data.R  # Ceci aussi doit commencer par une tabulation