Fixed in order to build object files instead of archives

This commit is contained in:
François Autin 2023-04-05 13:08:27 +02:00
parent 743299fcdb
commit 8470dcc04f
No known key found for this signature in database
GPG Key ID: 343F5D382E1DD77C

View File

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