Skip to content

Commit a462820

Browse files
author
peter
committed
make update
1 parent d117271 commit a462820

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.common

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ all: instead-cli$(EXE)
1313

1414
$(OBJ): %.o : instead/src/instead/%.c
1515
$(CC) -c $(<) $(I) $(CFLAGS) $(CPPFLAGS) -o $(@)
16+
update:
17+
cd instead && git checkout master && git pull
18+
cd metaparser && git checkout master && git pull
1619

1720
instead-cli$(EXE): main.c $(OBJ)
1821
$(CC) $(CFLAGS) $(^) $(LDFLAGS) -o $(@)

0 commit comments

Comments
 (0)