BurritOS/test/riscv_instructions/jump_instructions/Makefile
2023-04-05 17:06:01 +02:00

12 lines
220 B
Makefile

PROGRAMS = jump.guac ret.guac
TOPDIR = ../../..
include $(TOPDIR)/Makefile.rules
build: $(PROGRAMS)
dumps: jump.dump ret.dump
clean:
$(RM) *.o *.guac
$(PROGRAMS): %.guac : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o