Assembly lib

This commit is contained in:
François Autin
2023-04-05 10:53:34 +00:00
parent 0fd2815a59
commit 411caac86f
18 changed files with 43 additions and 39 deletions

View File

@ -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