8 lines
63 B
Makefile
8 lines
63 B
Makefile
obj-m += postage.o
|
|
|
|
all:
|
|
bash build.sh
|
|
|
|
clean:
|
|
bash clean.sh
|