- Add threading support. Listeners now have their own threads

- Cleanup Makefile
This commit is contained in:
2015-10-25 14:10:45 +03:30
parent 8a79888d5e
commit 4c689a160f
2 changed files with 77 additions and 37 deletions

View File

@ -16,5 +16,5 @@ test: logfile.c logfile_test.c
$(CC) $(CFLAGS) $(INC) $(LIB) logfile.c logfile_test.c -o logfile_test
clean:
rm -f *.BAK *.log *.o *.a a.out core temp.* $(LIBPIDFILE) $(PROGS)
rm -f *.BAK *.log *.o *.a a.out core temp.* $(PROGS)
rm -fr *.dSYM