- Instruct Travis to run correct build command

This commit is contained in:
Babak Farrokhi 2015-10-27 08:50:58 +03:30
parent a892ae2a9c
commit 56bc05a259
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
language: c
compiler: clang
script: make

View File

@ -18,7 +18,7 @@ fsipd: $(OBJ)
$(CC) $(LDFLAGS) $(OBJ) $(LDLIBS) -o fsipd
get-deps:
git submodule update --init libpidutil
git submodule update --init
$(SUBDIRS):
$(MAKE) -C $@ all