Assembly lib
This commit is contained in:
@ -9,7 +9,7 @@ tests: jump.guac ret.guac
|
||||
clean:
|
||||
$(RM) jump jump.o ret ret.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