CFLAGS=-Wall -O0 -g -W -Wno-unused-parameter all: common.o malloc.o test-sine.o oss.o $(CC) $(CFLAGS) -o $@ $^ *.o: *.h clean: rm -f *.o