Browse Source

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

Pierre Muller 1 year ago
parent
commit
c88873cd46
3 changed files with 6 additions and 0 deletions
  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