Assembly lib
This commit is contained in:
@ -10,7 +10,7 @@ tests: halt.guac prints.guac
|
||||
clean:
|
||||
$(RM) halt.o halt prints prints.o
|
||||
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.tests
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Makefile.rules
|
||||
|
||||
$(PROGRAMS): % : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o
|
Reference in New Issue
Block a user