Skip to content

Commit dfe5dfd

Browse files
Add libjsonnet_test_locale to the Makefile ALL list
This adds it to the 'all' target and also (more importantly) adds it to the list of files that are removed by 'make clean'
1 parent 63ad7f6 commit dfe5dfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ LIBS = \
8282
ALL = \
8383
libjsonnet_test_snippet \
8484
libjsonnet_test_file \
85+
libjsonnet_test_locale \
8586
$(BINS) \
8687
$(LIBS) \
8788
$(LIB_OBJ) \

0 commit comments

Comments
 (0)