From: Arnaud Giersch Date: Wed, 8 Oct 2014 20:31:13 +0000 (+0200) Subject: Ensure that DrawingWindow is correctly rebuilt. X-Git-Tag: extracted~36 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib_java.git/commitdiff_plain/fb61265cbed1fe8cb8fd7249d1a438f88bf64302 Ensure that DrawingWindow is correctly rebuilt. --- diff --git a/Makefile b/Makefile index 0bf6fd3..774838d 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,11 @@ 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) EXAMPLES_CLASS = $(EXAMPLES:%.java=%.class) all: html/index.html - $(MAKE) -f ../Makefile.generic $(EXAMPLES_CLASS) + $(MAKE) -f ../Makefile.generic $(SRC_CLASS) $(EXAMPLES_CLASS) html/index.html: $(SRC) $(RM) -r html