summaryrefslogblamecommitdiffstats
path: root/Makefile
blob: f594359d8d24df5eaedbc7b5354354e519053528 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
         
 
        
                                            

        

                                             

          
                      

      
                      
DESTDIR=/

default:
	gcc rtv4d-dl.c -o rtv4d-dl -Wall -I.

install:
	mkdir -p $(DESTDIR)/usr/local/bin/
	cp rtv4d-dl $(DESTDIR)/usr/local/bin/

distclean:
	rm rtv4d-dl -f

clean:
	rm rtv4d-dl -f