Fixed in order to build object files instead of archives
This commit is contained in:
parent
743299fcdb
commit
8470dcc04f
@ -1,7 +1,7 @@
|
|||||||
TOPDIR = ../
|
TOPDIR = ../
|
||||||
include $(TOPDIR)/Makefile.rules
|
include $(TOPDIR)/Makefile.rules
|
||||||
|
|
||||||
default: sys.a libnachos.a
|
default: sys.o libnachos.o
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) libnachos.a sys.a libnachos.o sys.o
|
$(RM) libnachos.o sys.o
|
Loading…
Reference in New Issue
Block a user