commit | ddaf2fb159c53907e2a4863d46256055869d86c6 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sat Oct 14 23:05:38 2000 +0000 |
committer | wdenk <wdenk> | Sat Oct 14 23:05:38 2000 +0000 |
tree | ee849050f01d777e853a3d2ca15451098bdc9e64 | |
parent | 3ba686544ff0838d5fd977952348d8088b9c69c1 [diff] |
Initial revision
diff --git a/tools/easylogo/Makefile b/tools/easylogo/Makefile new file mode 100644 index 0000000..292344a --- /dev/null +++ b/tools/easylogo/Makefile
@@ -0,0 +1,2 @@ +all: easylogo.c + gcc easylogo.c -o easylogo
diff --git a/tools/easylogo/linux_logo.tga b/tools/easylogo/linux_logo.tga new file mode 100644 index 0000000..ac53def --- /dev/null +++ b/tools/easylogo/linux_logo.tga Binary files differ