Skip to content

Commit

Permalink
Add cleanup file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Aug 19, 2016
1 parent a9c068f commit f338926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cleanup
@@ -0,0 +1,4 @@
#!/bin/sh

(cd src; make -f Makevars clean)
rm -f src/Makevars
2 changes: 2 additions & 0 deletions src/Makevars.in
Expand Up @@ -12,4 +12,6 @@ turbodbc: cpp_odbc
@(cd turbodbc && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(ALL_CPPFLAGS) $(ALL_CXXFLAGS)")

clean:
rm -rf *o
@(cd cpp_odbc && $(MAKE) clean)
@(cd turbodbc && $(MAKE) clean)

0 comments on commit f338926

Please sign in to comment.