Assembly lib

This commit is contained in:
François Autin
2023-04-05 10:53:34 +00:00
parent 0fd2815a59
commit 411caac86f
18 changed files with 43 additions and 39 deletions

View File

@ -7,8 +7,8 @@ dumps: comparisons.dump if.dump switch.dump
tests: comparisons.guac if.guac switch.guac
TOPDIR = ../..
include $(TOPDIR)/Makefile.tests
TOPDIR = ../../..
include $(TOPDIR)/Makefile.rules
clean:
$(RM) comparisons comparisons.o if if.o