diff options
Diffstat (limited to 'toxy/Makefile')
-rw-r--r-- | toxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toxy/Makefile b/toxy/Makefile index 3035cb4..cd9cd5a 100644 --- a/toxy/Makefile +++ b/toxy/Makefile @@ -8,6 +8,7 @@ checkwiq: rm -f $(WIQFILE) ; fi $(WIQFILE): $(WIDPATH) @echo transferring widget definitions from \"$<\" to \"$@\" +# LATER think how to replace puts with pdtk_post @echo -e '// Do not edit this file (edit "$<", and run "make").\ \n//\nputs stderr [concat loading built-in widget definitions]' \ | cat - $< | sed \ |