From 1e11016bdfa211e73e02be45afbb269b75065e46 Mon Sep 17 00:00:00 2001 From: gamemann Date: Fri, 12 Nov 2021 21:33:20 +0000 Subject: [PATCH] Organize Makefile. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d1e3d86..17df947 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ LIBBPFOBJS += $(LIBBPFSRC)/staticobjs/libbpf_probes.o $(LIBBPFSRC)/staticobjs/li LIBBPFOBJS += $(LIBBPFSRC)/staticobjs/nlattr.o $(LIBBPFSRC)/staticobjs/str_error.o LIBBPFOBJS += $(LIBBPFSRC)/staticobjs/xsk.o - CONFIGSRC = config.c CONFIGOBJ = config.o CMDLINESRC = cmdline.c