index
:
pack
master
Serialisation and deserialisation in C similar to Python's struct library (WIP)
Tomasz Kramkowski <tomasz@kramkow.ski>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
clean
blob: 97d7b0f087c19e5719a9787d3b2e3fd0f7cd6b41 (
plain
)
1
2
#!/bin/sh
find
.
\(
-name
'*.d'
-o
-name
'*.o'
-o
-name
'*_gen'
-o
-name
'*.inc'
\)
-delete