- Fix build on linux

This commit is contained in:
root
2015-10-27 10:42:05 +03:30
parent 56bc05a259
commit e153639fef
4 changed files with 24 additions and 5 deletions

View File

@ -23,7 +23,7 @@ get-deps:
$(SUBDIRS):
$(MAKE) -C $@ all
test: logfile.c logfile_test.c
test: logfile.h logfile.c logfile_test.c
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) logfile.c logfile_test.c -o logfile_test
clean: