diff options
author | Javier S. Pedro <dev.git@javispedro.com> | 2014-07-05 22:29:59 +0200 |
---|---|---|
committer | Javier S. Pedro <dev.git@javispedro.com> | 2014-07-05 22:29:59 +0200 |
commit | a34e43f038c5a8051ea84c2ee9e1655a7478dc9a (patch) | |
tree | cffa47a27d499297a3a018db74e9d567d773583a /Makefile | |
download | hidptp-a34e43f038c5a8051ea84c2ee9e1655a7478dc9a.tar.gz hidptp-a34e43f038c5a8051ea84c2ee9e1655a7478dc9a.zip |
initial import
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..036f476 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CFLAGS?=-Wall -Os -ggdb + +all: hidptp + +clean: + rm -f hidptp *.o |