Revision 6e0e98fd
Added by David Sorber over 9 years ago
| software/sqlite_poc/Makefile | ||
|---|---|---|
|
|
||
|
clean:
|
||
|
rm *.o
|
||
|
rm poc_test
|
||
| software/sqlite_poc/Makefile | ||
|---|---|---|
|
|
||
|
clean:
|
||
|
rm *.o
|
||
|
rm poc_test
|
||
Also available in: Unified diff
Minor tweak to makefile to delete the executable on clean.