BurritOS/test/riscv_instructions/boolean_logic/Makefile

9 lines
213 B
Makefile
Raw Normal View History

2023-03-01 13:44:48 +01:00
TOPDIR = ../..
2023-03-08 13:02:03 +01:00
include $(TOPDIR)/Makefile.tests
2023-03-01 13:44:48 +01:00
2023-03-08 13:02:03 +01:00
dumps: comparisons.dump if.dump switch.dump
tests: comparisons.guac if.guac switch.guac
# Dependances
$(PROGRAMS): % : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o