Fix build makefiles
This commit is contained in:
@ -1,6 +1,15 @@
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.tests
|
||||
PROGRAMS = jump ret
|
||||
|
||||
build: $(PROGRAMS)
|
||||
|
||||
dumps: jump.dump ret.dump
|
||||
|
||||
tests: jump.guac ret.guac
|
||||
tests: jump.guac ret.guac
|
||||
|
||||
clean:
|
||||
$(RM) jump jump.o ret ret.o
|
||||
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.tests
|
||||
|
||||
$(PROGRAMS): % : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o
|
Reference in New Issue
Block a user