remote
This commit is contained in:
parent
4599832aca
commit
e4a4d2175f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ all: setup $(main) libs
|
|||
|
||||
setup:
|
||||
mkdir -p $(BINDIR)
|
||||
git submodule update
|
||||
git submodule update --remote
|
||||
|
||||
$(main): src/main.c src/linked-list/linked_list.c
|
||||
$(CC) $(CXXFLAGS) $(CFLAGS) src/main.c -o $(main)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue