Released version 1.3.5

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-04-21 18:46:57 +02:00
parent adc353ea2c
commit f2e4cb1afe
6 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@ smtp: smtp.c ../src/libpiler.a
$(CC) $(CFLAGS) $(INCDIR) $(DEFS) -o $@ $< -lpiler $(LIBS) $(LIBDIR)
%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) -fPIC $(INCDIR) $(DEFS) -c $< -o $@
$(CC) $(CFLAGS) $(INCDIR) $(DEFS) -c $< -o $@
install:
@echo