Assembly lib
This commit is contained in:
7
userlib/Makefile
Normal file
7
userlib/Makefile
Normal 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
|
Reference in New Issue
Block a user