PC file missing from clean

The pkgconfig file was not being removed
by clean, add the missing statement

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-06-24 19:39:31 +01:00
parent 21f87c2b1e
commit 0c0b91b9f9
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ gnu-efi.pc:
clean:
@rm -vf $(TARGETS) *~ *.o $(OBJS)
@rm -vf $(TARGETS) *~ *.o $(OBJS) gnu-efi.pc
install:
mkdir -p $(INSTALLROOT)$(LIBDIR)