Refactored makefiles
This commit is contained in:
@ -1,16 +1,12 @@
|
||||
|
||||
PROGRAMS = halt.guac prints.guac
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.rules
|
||||
|
||||
build: $(PROGRAMS)
|
||||
|
||||
dumps: halt.dump prints.dump
|
||||
|
||||
tests: halt.guac prints.guac
|
||||
|
||||
clean:
|
||||
$(RM) halt.o prints.o
|
||||
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Makefile.rules
|
||||
$(RM) *.o *.guac
|
||||
|
||||
$(PROGRAMS): %.guac : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user