4 lines
73 B
Makefile
4 lines
73 B
Makefile
|
TOPDIR = ../
|
||
|
include $(TOPDIR)/Makefile.tests
|
||
|
|
||
|
default: sys.o libnachos.o
|