mirror of https://github.com/dynup/kpatch
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
|
||
|
|