1
0
mirror of https://github.com/bashrc/LKMPG.git synced 2018-06-11 03:06:54 +02:00
Files
LKMPG/4.7.4/examples/other/Makefile
Bob Mottram 0ad7004d24 Examples
2016-09-26 14:51:34 +01:00

7 lines
99 B
Makefile

all:
gcc -o cat_noblock cat_noblock.c
gcc -o ioctl ioctl.c
clean:
rm ioctl cat_noblock *.plist