We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
Here is the situation. I have 4 mini projects that need to be compiled (they have their own makefile). Here is the main makefile
ASSLST = no MODULES = rules signals network SOURCES = main.c eeprom.c USR_CLR = rm -f *.map *.abs include $(PWD)/Makefile.inc
This makefile was done in Linux, but if I can migrate to Windows, it will good for me at this moment.
So, how can I have "rules", "signals", "network" and "main" in the uVision' Project Workspace window in the same time?
Also, if it is doable, how can I compile them separatly and all together?
Thanks in advance