commit | 8015cbc35c7b8bb677b6ea822296d4734fd16c5f | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyril.bur@au1.ibm.com> | Fri Oct 30 19:20:58 2015 +1100 |
committer | Cyril Bur <cyril.bur@au1.ibm.com> | Fri Oct 30 19:20:58 2015 +1100 |
tree | 4643ff95705e3420771c44c275ac2a49f0fed7a5 | |
parent | 82eafec892e183e5f16e4bbf71ad8b58f6432a2f [diff] [blame] |
Makefile improvements, clean target
diff --git a/Makefile b/Makefile index 54d9964..a55897f 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,9 @@ CPPFLAGS=$(shell pkg-config --cflags libsystemd) LDFLAGS=$(shell pkg-config --libs libsystemd) -all: btbridged +EXE = btbridged + +all: $(EXE) + +clean: + rm -rf *.o $(EXE)