]> code.delx.au - refind/blobdiff - mok/Makefile
Documentation updates for 0.10.3 release.
[refind] / mok / Makefile
index 83851c1266c14e291f617cd6b5446655cb334e42..1d01cf560ba283d2b2e04e392060279852281fa7 100644 (file)
@@ -3,11 +3,16 @@
 # Build control file for the libeg library
 #
 
+# This program is licensed under the terms of the GNU GPL, version 3,
+# or (at your option) any later version.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
 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
@@ -16,4 +21,7 @@ all: $(TARGET)
 
 include $(SRCDIR)/../Make.common
 
+clean:
+       rm -f $(TARGET) *~ *.so $(OBJS) *.efi *.obj refind_*.txt refind_*.dll *.lib
+
 # EOF