diff options
author | David Blajda <blajda@hotmail.com> | 2020-01-16 01:49:03 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2020-01-16 01:49:03 +0000 |
commit | 888ef30c1dcecca20a67d72df37ec58727f437b4 (patch) | |
tree | d1e622a0835a69c90aab40fa53d9d9e8374ba1c4 /Makefile |
First attempt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d1eb8b1 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +CFLAGS=-g -Wall `pkg-config --cflags --libs libudev` + +all: + gcc main.c ${CFLAGS} -o poll-phone |