aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 00a4d7b3..5fa92af8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -354,8 +354,8 @@ LUAJIT_T= luajit
354ALL_T= $(LUAJIT_T) $(LUAJIT_A) $(LUAJIT_SO) $(BUILDVM_T) 354ALL_T= $(LUAJIT_T) $(LUAJIT_A) $(LUAJIT_SO) $(BUILDVM_T)
355ALL_HDRGEN= lj_bcdef.h lj_ffdef.h lj_libdef.h lj_recdef.h lj_folddef.h 355ALL_HDRGEN= lj_bcdef.h lj_ffdef.h lj_libdef.h lj_recdef.h lj_folddef.h
356ALL_GEN= $(LJVM_S) $(ALL_HDRGEN) $(LIB_VMDEFP) 356ALL_GEN= $(LJVM_S) $(ALL_HDRGEN) $(LIB_VMDEFP)
357ALL_DYNGEN= buildvm_x86.h buildvm_x64.h buildvm_x64win.h buildvm_ppcspe.h 357ALL_DYNGEN= buildvm_x86.h buildvm_x64.h buildvm_x64win.h buildvm_arm.h \
358###ALL_DYNGEN+= buildvm_arm.h 358 buildvm_ppcspe.h
359WIN_RM= *.obj *.lib *.exp *.dll *.exe *.manifest *.pdb *.ilk 359WIN_RM= *.obj *.lib *.exp *.dll *.exe *.manifest *.pdb *.ilk
360ALL_RM= $(ALL_T) $(ALL_GEN) *.o $(WIN_RM) 360ALL_RM= $(ALL_T) $(ALL_GEN) *.o $(WIN_RM)
361 361