Procházet zdrojové kódy

Droning building Sat Jan 20 18:55:28 -02 2018

luis před 7 roky
rodič
revize
80fd6e920b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -40,7 +40,7 @@ dev: clean backend
 
 builder:
 	git add -A .
-	git commit -m "Droning building $(date)"
+	git commit -m "Droning building $$(date)"
 	git push builder master