mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-04 07:39:07 +08:00
5 lines
95 B
Bash
5 lines
95 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
printf "all:\n\nclean:\n" > bpf_testmod/Makefile
|
||
|
|
touch bpf_testmod/bpf_testmod.ko
|