Skip to content

Commit

Permalink
Modify Makefile to run CodeQL (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
xexyl committed Jul 27, 2024
1 parent 5961e2b commit 8e4e12a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,11 @@ all: jparse.c Makefile
# .PHONY list of rules that do not create files #
#################################################
.PHONY: all \
extern_include extern_objs extern_liba extern_man extern_prog extern_everything man/man1/jparse.1 man/man8/jparse_test.8 \
parser parser-o use_json_ref rebuild_jnum_test bison flex test tags local_dir_tags all_tags check_man \
legacy_clean legacy_clobber load_json_ref install_man \
configure clean clobber install depend
extern_include extern_objs extern_liba extern_man extern_prog \
extern_everything man/man1/jparse.1 man/man8/jparse_test.8 \
parser parser-o use_json_ref rebuild_jnum_test bison flex test \
tags local_dir_tags all_tags check_man legacy_clean legacy_clobber \
load_json_ref install_man configure clean clobber install depend


# XXX - update this when jparse code populated - XXX
Expand Down

0 comments on commit 8e4e12a

Please sign in to comment.