diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-11 01:51:36 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-11 01:51:36 +0300 |
commit | 017598b41e59aa0bdb121020c29746cd062cdec0 (patch) | |
tree | ac4227f670146feae286fa9afb0d6dbd2f41dbea /us/Makefile | |
download | genltest-017598b41e59aa0bdb121020c29746cd062cdec0.tar.gz genltest-017598b41e59aa0bdb121020c29746cd062cdec0.zip |
Diffstat (limited to 'us/Makefile')
-rw-r--r-- | us/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/us/Makefile b/us/Makefile new file mode 100644 index 0000000..41b84ea --- /dev/null +++ b/us/Makefile @@ -0,0 +1,2 @@ +all: genltest.c + gcc genltest.c $(shell pkg-config --cflags --libs libnl-3.0 libnl-genl-3.0) -o genltest |