Makefile fixes
This commit is contained in:
16
test/syscall_tests/Makefile
Normal file
16
test/syscall_tests/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
PROGRAMS = halt prints
|
||||
|
||||
build: $(PROGRAMS)
|
||||
|
||||
dumps: halt.dump prints.dump
|
||||
|
||||
tests: halt.guac prints.guac
|
||||
|
||||
clean:
|
||||
$(RM) halt.o halt prints prints.o
|
||||
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.rules
|
||||
|
||||
$(PROGRAMS): % : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o
|
Reference in New Issue
Block a user