Makefile
changeset 11 0a8be4eac87e
parent 10 f19f44e2e863
child 24 9cdad6c45b47
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,8 @@
 	gauss \
 	mem2swap \
 	prog_limit \
-	connection
+	connection \
+	copy
 
 .SUFFIXES: .c .cc .asm
 
@@ -215,6 +216,10 @@
 	@echo Linking $< ...
 	@$(CPP) -o $@ $<
 
+copy: copy.o
+	@echo Linking $< ...
+	@$(CPP) -o $@ $<
+
 .PHONY: clean uninstall
 
 clean: