X-Git-Url: https://code.delx.au/refind/blobdiff_plain/37c98e1a4e30f80d6a7f7158bc27c81a1c3cac37..c234a62eb700ca3167345fc1be035fdcf19999b4:/libeg/Makefile diff --git a/libeg/Makefile b/libeg/Makefile index 6b564d4..e0ca107 100644 --- a/libeg/Makefile +++ b/libeg/Makefile @@ -12,7 +12,7 @@ SRCDIR = . VPATH = $(SRCDIR) -LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include +LOCAL_GNUEFI_CFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include OBJS = screen.o image.o text.o load_bmp.o load_icns.o lodepng.o lodepng_xtra.o TARGET = libeg.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