Parcourir la source

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

Pierre Muller il y a 1 an
Parent
commit
c88873cd46
3 fichiers modifiés avec 6 ajouts et 0 suppressions
  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