X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib_java.git/blobdiff_plain/275a16639871c6a3c74e5ca079f1219ec3670231..950dad086c3a10d2d86ad4d4cc55db66063c4f65:/MoreEx/Makefile diff --git a/MoreEx/Makefile b/MoreEx/Makefile index 39f111a..146d18c 100644 --- a/MoreEx/Makefile +++ b/MoreEx/Makefile @@ -5,7 +5,7 @@ CLASS = $(SRC:%.java=%.class) .PHONY: all clean all: DrawingWindow.java - $(MAKE) -f ../../Makefile.generic $(CLASS) + $(MAKE) -f ../Makefile.generic $(CLASS) clean: $(RM) *~