hkd/tests/makefile

12 lines
137 B
Makefile
Raw Normal View History

2020-04-26 01:04:55 +02:00
CC = gcc
CFLAGS = -Wall -Werror -pedantic -O2
parse: parse.c
ioctl: ioctl.c
evtest: evtest.c
clean:
rm *.o parse ioctl 2> /dev/null