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

10 lines
202 B
Makefile

all:
$(MAKE) -C TCPLogger -f Makefile.gcc
$(MAKE) -C DebugService -f Makefile.gcc
clean:
$(MAKE) -C TCPLogger -f Makefile.gcc clean
$(MAKE) -C DebugService -f Makefile.gcc clean
.PHONY: all clean