Makefile
changeset 90 d494813f9e5b
parent 88 91fbc3ea240b
child 104 b59f1c9895db
--- 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: