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