Ver Fonte

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

Pierre Muller há 1 ano atrás
pai
commit
c88873cd46

+ 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