Add add a 'make clean' target in the testprogs directory.
commit8677158783fda43af906c21c5706a35a8221614e
authorJohannes Sixt <j6t@kdbg.org>
Sun, 22 Feb 2015 12:32:24 +0000 (22 13:32 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 22 Feb 2015 12:32:24 +0000 (22 13:32 +0100)
tree995745db25747f589570f2d2eb693935ac6e5c2e
parent12a5fad042fd4512b64d2c504b5df1d89eeb05f6
Add add a 'make clean' target in the testprogs directory.

The testprogs directory is not under cmake control, but has its own
Makefile, because we do not need discovery of build flags and
dependencies. But to make it simple to rebuild all, 'make clean' would be
usefule. Add it. Note that all executables are built directly from the
source files without building object files explicitly. Therefore, only
the executables need to be removed.
kdbg/testprogs/Makefile