X-Git-Url: https://code.delx.au/refind/blobdiff_plain/cc81100ca9d8e17fffcbffc85bd401fcbe445038..32fb076b277cc9e421d4a0c1cbcaab9cfee8c060:/mok/Makefile diff --git a/mok/Makefile b/mok/Makefile index a30b0e1..1d01cf5 100644 --- a/mok/Makefile +++ b/mok/Makefile @@ -12,7 +12,7 @@ SRCDIR = . VPATH = $(SRCDIR) -LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include +LOCAL_GNUEFI_CFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include OBJS = guid.o mok.o security_policy.o simple_file.o TARGET = libmok.a @@ -21,4 +21,7 @@ all: $(TARGET) include $(SRCDIR)/../Make.common +clean: + rm -f $(TARGET) *~ *.so $(OBJS) *.efi *.obj refind_*.txt refind_*.dll *.lib + # EOF