postage/Makefile
2024-07-14 22:22:01 +02:00

8 lines
63 B
Makefile

obj-m += postage.o
all:
bash build.sh
clean:
bash clean.sh