]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/README.md
webcit-ng makefile now handles changes to webcit.h properly
[citadel.git] / webcit-ng / README.md
index a7890dcf96360184dfdd74e08f77856e6f4a0a05..442d40e31ed46686237c0b8a2088a5d008f1bcda 100644 (file)
@@ -6,9 +6,6 @@ with as little spaghetti as possible.
 
 Please don't mess with this yet.  I'm only pushing it upstream so it gets backed up.
 
-Yes, I know the Makefile is built in a way that forces it to recompile everything
-when you touch even one file.  For the time being this is acceptable.
-
 ## Design goals
 * Hold as little state as possible
 * Require NO cleanup.  Killing the process lets the OS reclaim all resources.