diff options
Diffstat (limited to 'jsi/Makefile')
-rw-r--r-- | jsi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jsi/Makefile b/jsi/Makefile new file mode 100644 index 0000000..6a2adaf --- /dev/null +++ b/jsi/Makefile @@ -0,0 +1,4 @@ +all: + @make -C src +%: + @make -C src $@ |