X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=exo1%2FMakefile;h=b9cde1b4d1f50504ea47a18bc208c164b747c4d5;hb=54c717d48cc5408be4d7960771dfabc1d7f486e6;hp=e09b2a36a9c722dbe6597980e4fd97ea7d2cc20c;hpb=6392c37e53120c8a5f8fa62588c21a60940c1d1f;p=Project_POO.git diff --git a/exo1/Makefile b/exo1/Makefile index e09b2a3..b9cde1b 100644 --- a/exo1/Makefile +++ b/exo1/Makefile @@ -46,13 +46,14 @@ JVM = java # NAME = Camilo Juan CLASSES = \ - Pile.java + Pile.java \ + Main.java # # MAIN is a variable with the name of the file containing the main method # -MAIN = Pile +MAIN = Main # # the default make target entry