BurritOS/test/riscv_instructions/boolean_logic/Makefile
2023-03-28 17:54:05 +02:00

11 lines
243 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Makefile.tests
build: comparisons if switch
dumps: comparisons.dump if.dump switch.dump
tests: comparisons.guac if.guac switch.guac
# Dependances
$(PROGRAMS): % : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o