Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.9 11 lines 126 B view raw
1 2CC = m68k-cbm-amigados-gcc 3CFLAGS = -Wall -O2 4 5 6All: dmesg 7 8 9dmesg: dmesg.c 10 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul 11