1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 65dac3c..703a421 100644 --- a/ Makefile+++ b/ Makefile@@ -83,3 +83,7 @@ $(LIB_DIR): $(BIN_DIR): mkdir -p $@ + +##### For my private use... +publish: $(TARGET) + scp $< dreamhost:~/noot-noot/tabellion/jar/ |