diff options
| author | Markus Teich <markus.teich@stusta.mhn.de> | 2015-04-05 15:48:47 +0200 |
|---|---|---|
| committer | Markus Teich <markus.teich@stusta.mhn.de> | 2015-04-05 15:48:47 +0200 |
| commit | b37ef383354248940465be915f3bbdb5ff66308c (patch) | |
| tree | 48ec096005c42725685a9979094f88cfe3d6c6aa /Makefile | |
| parent | c6c12c4f92285667ceede617b81053c29933d243 (diff) | |
| download | sent-b37ef383354248940465be915f3bbdb5ff66308c.tar.gz | |
prepare switch to libsl
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ include config.mk -SRC = sent.c +SRC = sent.c drw.c util.c OBJ = ${SRC:.c=.o} all: options sent |