X-Git-Url: https://code.delx.au/refind/blobdiff_plain/cc81100ca9d8e17fffcbffc85bd401fcbe445038..32fb076b277cc9e421d4a0c1cbcaab9cfee8c060:/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