Updated makefile

This commit is contained in:
François Autin
2023-03-08 13:02:03 +01:00
parent f1a03b96a3
commit 765f5b8328
7 changed files with 72 additions and 9 deletions

View File

@ -1,4 +1,9 @@
TOPDIR = ../..
include $(TOPDIR)/Makefile.dumps
include $(TOPDIR)/Makefile.tests
dumps: comparisons.dump if.dump switch.dump
dumps: comparisons.dump if.dump switch.dump
tests: comparisons.guac if.guac switch.guac
# Dependances
$(PROGRAMS): % : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o