/[fcproducts]/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ravilov, Wed Jun 6 09:04:28 2001 UTC revision 1.4 by ravilov, Wed Jun 6 09:24:26 2001 UTC
# Line 5  all: Line 5  all:
5          @echo dump,create,drop,insert,fill          @echo dump,create,drop,insert,fill
6    
7  dump:  dump:
8          pg_dump -c $(db) > $(db).sql          pg_dump -c -O -s $(db) > $(db).sql
9    
10  create:  create:
11          createdb $(db)          createdb $(db)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26