removed main

This commit is contained in:
Yogthos 2014-12-26 23:50:25 -05:00
parent bf0b1fcf67
commit a49bda02bc
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,4 @@
(defproject cryogen-core "0.1.7" (defproject cryogen-core "0.1.8"
:description "Cryogen's compiler" :description "Cryogen's compiler"
:url "https://github.com/lacarmen/cryogen-core" :url "https://github.com/lacarmen/cryogen-core"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"

View file

@ -315,7 +315,3 @@
(instance? clojure.lang.ExceptionInfo e)) (instance? clojure.lang.ExceptionInfo e))
(println (red "Error:") (yellow (.getMessage e))) (println (red "Error:") (yellow (.getMessage e)))
(write-exception e)))))) (write-exception e))))))
(defn -main []
(compile-assets-timed)
(System/exit 0))