From fd228dce289f18805bceff80e9466a7eaa1119e9 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 4 Sep 2008 16:15:59 -0400 Subject: wrote simple monkeyshell so we have a fake shell for test accounts on george (if we want to give them out). --- src/monkeyshell/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/monkeyshell/Makefile (limited to 'src/monkeyshell/Makefile') diff --git a/src/monkeyshell/Makefile b/src/monkeyshell/Makefile new file mode 100644 index 0000000..312938e --- /dev/null +++ b/src/monkeyshell/Makefile @@ -0,0 +1,2 @@ +monkeyshell: monkeyshell.c + gcc -Wall -Werror --pedantic -o monkeyshell monkeyshell.c -- cgit v1.2.3