| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-05-30 10:39:02 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-05-30 10:39:02 +0200 |
| commit | 4de13d2cc740eee7d41ddf471890faaaeebda831 (patch) | |
| tree | d7eaed6329e504ca977704a997d60a3333664f16 | |
| parent | a02b12460f6ca533209c57c0628eab3d2da9abdd (diff) | |
Should also publish standalone.
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,6 +82,6 @@ $(BIN_DIR): mkdir -p $@ ##### For my private use... -publish: $(TARGET) - scp $< dreamhost:~/noot-noot/tabellion/jar/ +publish: $(TARGET) $(STANDALONE) + scp $^ dreamhost:~/noot-noot/tabellion/jar/ |


