BurritOS/test/riscv_instructions/boolean_logic/Makefile

11 lines
243 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-28 17:54:05 +02:00
build: comparisons if switch
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