This commit is contained in:
2024-03-02 21:32:56 -05:00
parent ff3db0b994
commit 06c9f25f77
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
guestfish-inspect
guestfs-inspect
*~
*.qcow2

View File

@@ -1,2 +1,2 @@
build:
gcc main.c -o guestfish-inspect -lguestfs
gcc guestfs-inspectd.c -o guestfs-inspect -lguestfs