You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/fftma_module/gen/lib_src/Makefile.libCS106X

14 lines
187 B
Makefile

CC = cc
CCFLAG =
LIB = libCS106X_${ARCH}.a
%.o: %.c
$(CC) $(CCFLAG) -c $<
$(LIB) : genlib.o random.o simpio.o strlib.o symtab.o scanadt.o stack.o
ar r $@ $?
clean :
rm *.o