mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 08:24:37 +00:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
|
all:
|
||
|
./testall.sh
|
||
|
clean:
|
||
|
rm -f output.o output.o.inventory reference.inventory test.inventory
|
||
|
|