From 61ad39f32700534f5750d9405efd05d33e12ad14 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 20 Dec 2006 03:01:55 +0100 Subject: [PATCH 1/1] Update the Makefile for the new structure. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5cbb2cc..b98df23 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ CPPFLAGS= all: pitch clean: - $(RM) pitch pitch.o + $(RM) pitch pitch.o pitchdetector.o -pitch: pitch.o - $(CXX) -o pitch pitch.o -lfftw3 +pitch: pitch.o pitchdetector.o + $(CXX) -o pitch pitch.o pitchdetector.o -lfftw3 .PHONY: clean -- 2.39.2