aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJavier S. Pedro <dev.git@javispedro.com>2014-07-05 22:29:59 +0200
committerJavier S. Pedro <dev.git@javispedro.com>2014-07-05 22:29:59 +0200
commita34e43f038c5a8051ea84c2ee9e1655a7478dc9a (patch)
treecffa47a27d499297a3a018db74e9d567d773583a /Makefile
downloadhidptp-a34e43f038c5a8051ea84c2ee9e1655a7478dc9a.tar.gz
hidptp-a34e43f038c5a8051ea84c2ee9e1655a7478dc9a.zip
initial import
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
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