include ../../make.rules

all: cpu mmx

cpu:
	$(FPC) $(FPCOPT) $(RTLOUTDIR) cpu

mmx:
	$(FPC) $(FPCOPT) $(RTLOUTDIR) mmx
