9 lines
213 B
Makefile
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 |