Update makefile

This commit is contained in:
2023-10-24 18:03:12 +07:00
parent 906e6b915f
commit d4fb2a4de5
9 changed files with 0 additions and 1863 deletions

View File

@@ -1,7 +0,0 @@
CC=gcc
CFLAGS=
SFLAGS=-shared -fPIC
TARGET_DIR=lib
parser_lib.so: $(TARGET_DIR)
$(CC) $(SFLAGS) iptables_parser_lib.c -o $(TARGET_DIR)/$@