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

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Apr 12 08:11:45 2000 UTC (23 years, 11 months ago) by dpavlin
Branch: MAIN
.

1 dpavlin 1.1
2     db=informatika
3    
4     all:
5     @echo dump,create,drop,insert,fill
6    
7     dump:
8     pg_dump $(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