array: char array support
[mate.git] / Makefile
index 48a1b4085ef31f34394ffa0c4e6a99ec7eeb5063..8d91b35f111b9ad407a29e6886a1dfa27fdc83b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ COMPILEF = $(basename $@).compile
        @if [ -f $(COMPILEF) ]; \
                then $(SHELL) $(COMPILEF); \
                else $(JAVAC) $<; fi
+       @echo "JAVAC $<"
 
 ffi/native.o: ffi/native.c
        ghc -Wall -O2 -c $< -o $@