Skip to content

Commit f915a46

Browse files
committed
add standalone target
1 parent 096f1de commit f915a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/VersionScanGet/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ SPL_MAIN_COMPOSITE_GET_RECORD = com.ibm.streamsx.hbase.sample::MultipleVersions
1717

1818
all: output_getrecord
1919

20+
standalone_getrecord: output_getrecord
21+
2022
output_getrecord: $(SRC)
2123
$(SPLC) $(SPLC_FLAGS) -T -M $(SPL_MAIN_COMPOSITE_GET_RECORD) $(SPL_CMD_ARGS) --output-dir output_getrecord
2224

0 commit comments

Comments
 (0)