aboutsummaryrefslogtreecommitdiffstats
path: root/jsi/Makefile
diff options
context:
space:
mode:
authornathansmith117 <nathansmith117@sdf.org>2024-05-22 04:51:55 +0000
committernathansmith117 <nathansmith117@sdf.org>2024-05-22 04:51:55 +0000
commitbdd8d563ff3f0eec41cc45d07f6c00622a531a72 (patch)
treeceb9cac325b893b20b5d0303e988252136680e03 /jsi/Makefile
downloadforgorttonProjects-bdd8d563ff3f0eec41cc45d07f6c00622a531a72.tar.gz
forgorttonProjects-bdd8d563ff3f0eec41cc45d07f6c00622a531a72.tar.bz2
forgorttonProjects-bdd8d563ff3f0eec41cc45d07f6c00622a531a72.zip
first commitHEADmain
Diffstat (limited to 'jsi/Makefile')
-rw-r--r--jsi/Makefile4
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 $@