aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4ea8c85e..f3631a0d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -558,6 +558,10 @@ amalg:
558clean: 558clean:
559 $(HOST_RM) $(ALL_RM) 559 $(HOST_RM) $(ALL_RM)
560 560
561libbc:
562 ./$(LUAJIT_T) host/genlibbc.lua $(LJLIB_C) >host/buildvm_libbc.h
563 $(MAKE) all
564
561depend: 565depend:
562 @for file in $(ALL_HDRGEN); do \ 566 @for file in $(ALL_HDRGEN); do \
563 test -f $$file || touch $$file; \ 567 test -f $$file || touch $$file; \
@@ -572,7 +576,7 @@ depend:
572 test -s $$file || $(HOST_RM) $$file; \ 576 test -s $$file || $(HOST_RM) $$file; \
573 done 577 done
574 578
575.PHONY: default all amalg clean depend 579.PHONY: default all amalg clean libbc depend
576 580
577############################################################################## 581##############################################################################
578# Rules for generated files. 582# Rules for generated files.