Ignore:
Timestamp:
Dec 7, 2008, 9:46:03 PM (16 years ago)
Author:
roland
Message:

A check in with some addons, still code in progress.
Some niceties in admin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/exodus-roland/Makefile

    r6357 r6411  
    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.