瀏覽代碼

Add missing Makefile for h68units, testinsight and wasm-oi packages

Pierre Muller 1 年之前
父節點
當前提交
c88873cd46
共有 3 個文件被更改,包括 6 次插入0 次删除
  1. 2 0
      packages/h68units/Makefile
  2. 2 0
      packages/testinsight/Makefile
  3. 2 0
      packages/wasm-oi/Makefile

+ 2 - 0
packages/h68units/Makefile

@@ -0,0 +1,2 @@
+PACKAGE_NAME=h68units
+include ../build/Makefile.pkg

+ 2 - 0
packages/testinsight/Makefile

@@ -0,0 +1,2 @@
+PACKAGE_NAME=testinsight
+include ../build/Makefile.pkg

+ 2 - 0
packages/wasm-oi/Makefile

@@ -0,0 +1,2 @@
+PACKAGE_NAME=wasm-oi
+include ../build/Makefile.pkg