]> Joshua Wise's Git repositories - netwatch.git/blobdiff - elfload/Makefile
Add Makefile
[netwatch.git] / elfload / Makefile
diff --git a/elfload/Makefile b/elfload/Makefile
new file mode 100644 (file)
index 0000000..b6bb390
--- /dev/null
@@ -0,0 +1,5 @@
+loader:
+       gcc loader.c -o loader
+
+clean:
+       rm -f loader
This page took 0.020744 seconds and 4 git commands to generate.