Moved all *.c|*.h files to src/

This commit is contained in:
Emile Clark-Boman 2025-07-22 08:05:36 +10:00
parent 3a95f33730
commit c4af0d085c
89 changed files with 3 additions and 0 deletions

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

3
src/temu.d Normal file
View file

@ -0,0 +1,3 @@
src/temu: src/temu.c src/cutils.h src/iomem.h src/virtio.h src/pci.h \
src/fs.h src/machine.h src/json.h src/fs_utils.h src/fs_wget.h \
src/slirp/libslirp.h

View file