diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ DESTDIR=/usr/local/bin/ default: - gcc rtv4d-dl.c -o rtv4d-dl -Wall -lm -I. + gcc rtv4d-dl.c -o rtv4d-dl -Wall -I. install: cp rtv4d-dl $(DESTDIR) |