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

        


                              
                      

      
                      
DESTDIR=/usr/local/bin/

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

install:
	cp rtv4d-dl $(DESTDIR)

distclean:
	rm rtv4d-dl -f

clean:
	rm rtv4d-dl -f