diff options
-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) |
index : sijanec/rtv4d-dl | ||
[zastarel] Program za prenos posnetkov arhiva Radiotelevizije Slovenije. | Anton Luka Šijanec <anton@sijanec.eu> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -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) |