diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ TARGET += clplaner TARGET += daemon TARGET += numbers +TARGET += nearest .SUFFIXES: .c .cc .asm @@ -312,6 +313,10 @@ @echo Linking $<... @$(CC) -Wall -O2 -g -ggdb $< -o $@ +nearest: nearest.o + @echo Linking $<... + @$(CPP) -Wall -O2 -g -ggdb $< -o $@ + .PHONY: beauty clean uninstall clean: