fixed and improved ui

This commit is contained in:
Martino Ferrari
2026-08-29 23:17:41 +02:00
parent 044ce57ba3
commit ec0a0cdb12
17 changed files with 997 additions and 198 deletions
+4
View File
@@ -1,9 +1,13 @@
all:
$(MAKE) -C SineArrayGAM -f Makefile.gcc
$(MAKE) -C TimeArrayGAM -f Makefile.gcc
$(MAKE) -C PulseGeneratorGAM -f Makefile.gcc
$(MAKE) -C SlowControlGAM -f Makefile.gcc
clean:
$(MAKE) -C SineArrayGAM -f Makefile.gcc clean
$(MAKE) -C TimeArrayGAM -f Makefile.gcc clean
$(MAKE) -C PulseGeneratorGAM -f Makefile.gcc clean
$(MAKE) -C SlowControlGAM -f Makefile.gcc clean
.PHONY: all clean