root 3 سال پیش
والد
کامیت
dbed24c628
1فایلهای تغییر یافته به همراه10 افزوده شده و 1 حذف شده
  1. 10 1
      Makefile

+ 10 - 1
Makefile

@@ -1,4 +1,13 @@
-SHELL = /bin/sh
+pythonReq := $(shell python -c 'import yaml' > /dev/null 2>&1 && (echo "installed" )  || (echo "not installed "; exit 1)  )
+
+check:
+	@echo yaml module  $(pythonReq)
+
+
+all:
+	@echo Hello
+
+
 
 test:
 	echo "hello world"