projects
/
kinect-audio-setup.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Makefile: remove the changelog target it's not used anymore
[kinect-audio-setup.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
7675311
..
28813ba
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,5
@@
all:
- $(MAKE) -C kinect_upload_fw
+ $(MAKE) -C kinect_upload_fw
install:
$(MAKE) -C kinect_upload_fw install
@@
-14,6
+14,3
@@
install_udev_rules:
clean:
$(MAKE) -C kinect_upload_fw clean
-
-changelog:
- git log --pretty="format:%ai %aN <%aE>%n%n%x09* %s%d%n" > ChangeLog