Add a .gitignore file
[kinect-audio-setup.git] / Makefile
1 all:
2         make -C kinect_upload_fw 
3
4 install:
5         make -C kinect_upload_fw install
6         install -d $(DESTDIR)/lib/udev/rules.d
7         install -m 644 contrib/55-kinect_audio.rules.in $(DESTDIR)/lib/udev/rules.d/55-kinect_audio.rules
8         
9         # We prare the firmware location, but it should be downloaded at
10         # package installation time
11         install -d $(DESTDIR)/lib/firmware/kinect
12
13 clean: 
14         make -C kinect_upload_fw clean