diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-22 04:51:55 +0000 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-22 04:51:55 +0000 |
commit | bdd8d563ff3f0eec41cc45d07f6c00622a531a72 (patch) | |
tree | ceb9cac325b893b20b5d0303e988252136680e03 /jsi/Makefile | |
download | forgorttonProjects-main.tar.gz forgorttonProjects-main.tar.bz2 forgorttonProjects-main.zip |
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 $@ |