Fixed help file parsing
[Nebula.git] / Makefile
index 9e3e810..d4289da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CSFLAGS = -debug -pkg:gtk-sharp-2.0 -r:Mono.Cairo
 SOURCES = main.cs Interfaces.cs TextDisplay.cs TextDocument.cs TextInput.cs \
-         FileInput.cs
+         FileInput.cs HelpBox.cs
 EXE = Nebula.exe
 
 all: $(EXE)