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
|