Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
[graphlib_java.git] / Makefile
index 774838d..71c49e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ DEST = $(HOME)/public_html/enseignement/Permanent/AlgoProg/tp/graph
 SRC = DrawingWindow.java
 EXAMPLES = Hello.java Exemple1.java Exemple2.java Exemple3.java
 
-SRC_CLASS = $(SRC:%.java:%.class)
+SRC_CLASS = $(SRC:%.java=%.class)
 EXAMPLES_CLASS = $(EXAMPLES:%.java=%.class)
 
 all: html/index.html