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