mark pod.py as running on python2
[pingofdeath.git] / Makefile
index dbe3395..fc4cf8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,16 +7,12 @@
 # test: runs the tests on the current machine
 #
 
-ALLBUILD=pl-poddoit pod 
+ALLBUILD=pl-poddoit
 
 all: $(ALLBUILD)
 
-pod: pod.src disable_pod.sh  enable_pod.sh  status_pod.sh
-       ./shell_include --source pod.src --destination pod 
-
 pl-poddoit: pl-poddoit.c
        gcc pl-poddoit.c -o pl-poddoit
 
 clean:
-       rm -f pod pl-poddoit
-
+       rm -f pl-poddoit