thomas_2023/day_3/Makefile

7 lines
158 B
Makefile
Raw Normal View History

2023-12-04 23:57:31 -05:00
obj-m = aoc2023p2.o
all:
make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean