adding some licencing stuff

This commit is contained in:
SJ
2015-12-09 21:19:14 +01:00
parent 526295dae4
commit c31b13d77b
5 changed files with 18 additions and 1 deletions

View File

@ -32,6 +32,9 @@ check_parser_utils: check_parser_utils.c ../src/libpiler.a
smtp: smtp.c ../src/libpiler.a
$(CC) $(CFLAGS) $(INCDIR) $(DEFS) -o $@ $< -lpiler $(LIBS) $(LIBDIR)
install:
@echo
clean:
rm -f check_parser_utils smtp