We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a29f70 commit 0728968Copy full SHA for 0728968
common/base.mk
@@ -1,5 +1,5 @@
1
ifneq (GNU,$(firstword $(shell $(MAKE) --version)))
2
- $(error Error: 'make' must be 'GNU make)
+ $(error Error: 'make' must be 'GNU make')
3
endif
4
5
SHELL := bash
core/src/ys/std.clj
@@ -892,9 +892,6 @@
892
(defn use-pod [pod-name version]
893
(ys/load-pod pod-name version))
894
895
-#_(defn yspath
896
- ([] (global/yspath)))
897
-
898
899
;;------------------------------------------------------------------------------
900
;; HTTP functions
0 commit comments