postage/Makefile

8 lines
63 B
Makefile
Raw Normal View History

2024-07-14 17:09:46 +02:00
obj-m += postage.o
2024-07-14 22:17:29 +02:00
all:
bash build.sh
clean:
bash clean.sh