/[informatika.old]/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.1 by dpavlin, Wed Apr 12 08:11:45 2000 UTC revision 1.2 by dpavlin, Mon Feb 4 15:55:10 2002 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 $(db) > $(db).sql          pg_dump -c $(db) > $(db).sql
9    
10  create:  create:
11          createdb $(db)          createdb $(db)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26