From 67ec646a42b8b9e851c693effbdce18327b67501 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 10 Feb 2011 18:15:12 +0100 Subject: Added help text --- synth/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'synth/Makefile') diff --git a/synth/Makefile b/synth/Makefile index 39b6e80..e19546f 100644 --- a/synth/Makefile +++ b/synth/Makefile @@ -27,6 +27,11 @@ depend dep: $(SRC) %.o: %.cpp $(CXX) $(CXXFLAGS) -c $< +helpstring.h: helpstring.txt + echo '#define HELPSTRING \' > helpstring.h && \ + cat helpstring.txt | ./text_to_h.sh >> helpstring.h \ + || rm helpstring.h + .PHONY: clean dep depend clean: -- cgit v1.2.3