Trying to make bin tests files

This commit is contained in:
Quentin Legot
2023-03-28 17:54:05 +02:00
parent c9792d1a1a
commit 7a32aa503c
4 changed files with 27 additions and 3 deletions

View File

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