Refactored makefiles

This commit is contained in:
François Autin
2023-04-05 17:05:55 +02:00
parent 01ac29160b
commit 968137cc1b
9 changed files with 23 additions and 39 deletions

View File

@ -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.