mirror of
https://github.com/dynup/kpatch
synced 2025-01-11 15:49:26 +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
|
||
|
|