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

7
userlib/Makefile Normal file
View File

@ -0,0 +1,7 @@
TOPDIR = ../
include $(TOPDIR)/Makefile.rules
default: sys.a libnachos.a
clean:
$(RM) libnachos.a sys.a libnachos.o sys.o