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

This commit is contained in:
Pierre Muller 2024-08-28 09:21:24 +00:00
parent d40aac6cca
commit c88873cd46
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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