We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d117271 commit a462820Copy full SHA for a462820
Makefile.common
@@ -13,6 +13,9 @@ all: instead-cli$(EXE)
13
14
$(OBJ): %.o : instead/src/instead/%.c
15
$(CC) -c $(<) $(I) $(CFLAGS) $(CPPFLAGS) -o $(@)
16
+update:
17
+ cd instead && git checkout master && git pull
18
+ cd metaparser && git checkout master && git pull
19
20
instead-cli$(EXE): main.c $(OBJ)
21
$(CC) $(CFLAGS) $(^) $(LDFLAGS) -o $(@)
0 commit comments