First work on grid

This commit is contained in:
2011-10-20 11:11:59 +02:00
parent ea054b48ad
commit 5bea328b8d
12 changed files with 1928 additions and 19 deletions

View File

@@ -26,7 +26,8 @@ MOCS_OBJS=$(MOC_HEADERS:.hpp=.moc)
all: mojito kc
clean:
find src -type f -name '*.[o~]' -exec rm -f \{\} \;
find src -type f -name '*.o' -exec rm -f \{\} \;
find src -type f -name '*~' -exec rm -f \{\} \;
find src -type f -name '*.moc' -exec rm -f \{\} \;
find src -type f -name '*.objs' -exec rm -f \{\} \;
rm -f kc