Skip to content

Commit

Permalink
Merge pull request #15 from tophyr/makefile
Browse files Browse the repository at this point in the history
Update Makefile to build driver for check
  • Loading branch information
cotillion authored Dec 6, 2023
2 parents 8f64e91 + 226cdea commit 4470ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Makefile.depend: $(SRC) ${ISRC} make_func.c master.h lang.h efun_table.h prelang
include Makefile.depend

.PHONY: check
check:
check: all
sh regress.sh

.PHONY: clean
Expand All @@ -155,4 +155,4 @@ clean:
-rm -f lang.y
-rm -f make_func make_func.c make_table func_spec.i
-rm -f master.h master.t genfkntab
(cd util ; echo "Cleaning in util." ; $(MAKE) clean)
(cd util ; echo "Cleaning in util." ; $(MAKE) clean)

0 comments on commit 4470ea3

Please sign in to comment.