root %!s(int64=3) %!d(string=hai) anos
pai
achega
dbed24c628
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  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"