![]() |
![]() ![]() ![]() ![]() ![]() |
Notes:
Make - a great way to automate building your application
Make utility
- Rebuilds only components which need rebuilding
> cat > Makefile all: hwcgi hwcgi: hwcgimain.o libhw.a $(CC) -o $@ hwcgimain.o -L. -lhw libhw.a: helloworld.o $(AR) $(ARFLAGS) $@ $? > makemake -n to display commands without execution