Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build infrastructure for independent project.
[graphlib_java.git] / MoreEx / Makefile
index 39f111a..146d18c 100644 (file)
@@ -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) *~