diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-12-09 17:03:37 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-12-09 17:03:37 +0100 | 
| commit | 83bdefeeca6ddcdd26d4abc9ead75617c2313e96 (patch) | |
| tree | be2aa410115f2c2fb63336a4e21cb374bfbdc5b5 /Makefile | |
| parent | Add make check (diff) | |
| download | slack-83bdefeeca6ddcdd26d4abc9ead75617c2313e96.tar.gz slack-83bdefeeca6ddcdd26d4abc9ead75617c2313e96.tar.bz2 slack-83bdefeeca6ddcdd26d4abc9ead75617c2313e96.tar.xz | |
Fix makefile portability
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ include $(CONFIGFILE)  all: slack  slack: slack.o -	$(CC) -o $@ $^ $(LDFLAGS) +	$(CC) -o $@ slack.o $(LDFLAGS)  slack.o: slack.c arg.h  	$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) | 
