Files
MARTe-Integrated-Components/Source/Components/GAMs/Makefile.gcc
T
Martino Ferrari 617b5bd712 Initial release
2026-05-29 13:29:59 +02:00

10 lines
208 B
Makefile

all:
$(MAKE) -C SineArrayGAM -f Makefile.gcc
$(MAKE) -C TimeArrayGAM -f Makefile.gcc
clean:
$(MAKE) -C SineArrayGAM -f Makefile.gcc clean
$(MAKE) -C TimeArrayGAM -f Makefile.gcc clean
.PHONY: all clean