Files
guru/games-util/xone/files/Makefile
Sebastian Engel 15bbd05490 games-util/xone: new package, add 0.3_p20240425
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2024-11-07 14:22:06 +01:00

8 lines
115 B
Makefile

KERNEL_DIR ?= /usr/src/linux
PWD := $(shell pwd)
all: module
module:
@$(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules