]> git.sesse.net Git - pitch/commitdiff
Update the Makefile for the new structure.
authorsgunderson@bigfoot.com <>
Wed, 20 Dec 2006 02:01:55 +0000 (03:01 +0100)
committersgunderson@bigfoot.com <>
Wed, 20 Dec 2006 02:01:55 +0000 (03:01 +0100)
Makefile

index 5cbb2cc4b1e087ac9573b10fa79dc7267c79b070..b98df23a14c8b9a32e063fc12c4bd2fb6f2aa461 100644 (file)
--- 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