]> iEval git - filters.git/blobdiff - scramble.dir/Makefile
packaging updates
[filters.git] / scramble.dir / Makefile
diff --git a/scramble.dir/Makefile b/scramble.dir/Makefile
new file mode 100644 (file)
index 0000000..4b4e7cd
--- /dev/null
@@ -0,0 +1,5 @@
+../scramble: scramble.c
+       $(CC) -o $@ $< -O2 -g
+
+clean:
+       rm -f ../scramble
This page took 0.021092 seconds and 4 git commands to generate.