/[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

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Feb 4 15:55:10 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
maknute viskovi org.jed-ica

1
2 db=informatika
3
4 all:
5 @echo dump,create,drop,insert,fill
6
7 dump:
8 pg_dump -c $(db) > $(db).sql
9
10 create:
11 createdb $(db)
12 drop:
13 destroydb $(db)
14
15 insert:
16 psql $(db) < $(db).sql
17
18 fill: drop create insert
19
20 fill2:
21 destroydb $(db)2
22 createdb $(db)2
23 psql $(db)2 < $(db).sql
24

  ViewVC Help
Powered by ViewVC 1.1.26