Makefile fixes
This commit is contained in:
parent
7179931224
commit
24919a9879
@ -1,5 +1,5 @@
|
||||
|
||||
PROGRAMS = halt prints
|
||||
PROGRAMS = halt.guac prints.guac
|
||||
|
||||
build: $(PROGRAMS)
|
||||
|
||||
@ -8,9 +8,9 @@ dumps: halt.dump prints.dump
|
||||
tests: halt.guac prints.guac
|
||||
|
||||
clean:
|
||||
$(RM) halt.o halt prints prints.o
|
||||
$(RM) halt.o prints.o
|
||||
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.rules
|
||||
|
||||
$(PROGRAMS): % : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o
|
||||
$(PROGRAMS): %.guac : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o
|
||||
|
Loading…
Reference in New Issue
Block a user