Skip to content

Commit

Permalink
move all files from src/ to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Dec 17, 2014
1 parent 0ba4508 commit d9cd2d9
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile → Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ clean:

.PHONY: fix
fix:
@for i in *.c *.h Makefile ../mysql/create_tables ; do \
@for i in *.c *.h Makefile mysql/create_tables ; do \
if grep -q -m 1 -E '\s+$$' $$i ; then \
echo "FIX $$i" ; \
sed -i $$i -e 's/\s*$$//g' ; \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9cd2d9

Please sign in to comment.