BurritOS/test_programs/riscv_instructions/boolean_logic/Makefile
2023-03-08 13:02:03 +01:00

9 lines
213 B
Makefile

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