diff options
| author | epoch <epoch@hack.thebackupbox.net> | 2020-11-16 02:05:08 +0000 | 
|---|---|---|
| committer | epoch <epoch@hack.thebackupbox.net> | 2020-11-16 02:05:08 +0000 | 
| commit | d38c9f8b33197ec48c63aa7a03df9beed0400b49 (patch) | |
| tree | 8d116703273d901105cad6724cca3bd2366300f2 | |
| parent | 33c881b546d40fe88ee0a8988c654d2563d38582 (diff) | |
| download | uritools-d38c9f8b33197ec48c63aa7a03df9beed0400b49.tar.gz uritools-d38c9f8b33197ec48c63aa7a03df9beed0400b49.zip | |
wtf, why did I use LDFLAGS for libs?
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ CC:=gcc  all: urimatch uricut urijoin uricmp uriunescape uriescape shorten -shorten: LDFLAGS=-lcrypto +shorten: LDLIBS=-lcrypto  shorten: shorten.c  urimatch: urimatch.c uri.h | 
