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

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