소스 검색

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