Skip to content

Commit

Permalink
We don't need all those spaces in the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeger committed Jan 24, 2009
1 parent d446fa6 commit 062700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ version.o: $(GIT)

gui.c: gui.glade
echo "const char *gui_buffer = \"\\" > $@
sed 's/"/\\"/g' $< | sed 's/.*/&\\n\\/' >> $@
sed 's/"/\\"/g' $< | sed 's/ *\(.*\)/\1\\n\\/' >> $@
echo "\";" >> $@

easystroke.desktop: easystroke.desktop.in $(MOFILES)
Expand Down

0 comments on commit 062700d

Please sign in to comment.