changeset 20:175279b7d3d7

updated the readme
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 27 Apr 2011 10:45:47 -0400
parents 06d03083acd4
children ca308c8ca41e
files README
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Apr 27 10:45:13 2011 -0400
+++ b/README	Wed Apr 27 10:45:47 2011 -0400
@@ -5,10 +5,11 @@
 You can safely ignore:
 	ipl/*
 	scripts/*
-	src/io.c
+	arch/*
 
 You can put your code in src/ and your include files in include/.  If you
-add any .c files, you'll have to add them to the OBJS line in the Makefile.
+add any .c files, you'll have to add them to the foo_OBJS line in the
+Makefile.
 
 Building
 --------