m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: d269ea1654d13f4da433cab054f6eb4eac702f23 (plain)
1
2
3
4
5
6
7
8
9
10
KDIR ?= linux

default:
	$(MAKE) -C $(KDIR) M=$$PWD

clean:
	$(MAKE) -C $(KDIR) M=$$PWD clean

tags: pci.c pci.h char.c char.h harddoom_main.c
	ctags -R linux .