changeset 88 | 91fbc3ea240b |
parent 86 | 86b83a979d9e |
child 90 | d494813f9e5b |
--- 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: