Changeset 6424 for trunk/Makefile


Ignore:
Timestamp:
Dec 10, 2008, 11:24:33 AM (16 years ago)
Author:
roland
Message:

Import from exodus-roland.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:mergeinfo set to
      /code/exodus/branches/exodus-roland6403-6423
  • trunk/Makefile

    r6357 r6424  
    3030        @sqlite3 $(SQLDB) < debug.sql
    3131
     32dbdebug:
     33#Put debug.sql in database
     34        @sqlite3 $(SQLDB) < debug.sql
     35
     36dbclean:
     37# remove the database
     38        @rm -r $(SQLDB)
     39
    3240clean:
    3341#Remove all created data, development ground, but keep downloaded files
Note: See TracChangeset for help on using the changeset viewer.