]> Joshua Wise's Git repositories - netwatch.git/commitdiff
Add Makefile
authorjacob <jacob@ainfvec.fac.cs.cmu.edu>
Fri, 5 Sep 2008 21:27:01 +0000 (17:27 -0400)
committerjacob <jacob@ainfvec.fac.cs.cmu.edu>
Fri, 5 Sep 2008 21:27:01 +0000 (17:27 -0400)
elfload/Makefile [new file with mode: 0644]

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.02365 seconds and 4 git commands to generate.