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

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Wed Jun 6 03:18:29 2001 UTC (22 years, 9 months ago) by ravilov
Branch: pliva
CVS Tags: r0
Changes since 1.1: +0 -0 lines
first import

1
2 all:
3
4 clean:
5 sudo rm -f img/*
6
7 distclean:
8 rm -f ../fcproducts.tgz
9
10 dist: distclean touch
11 tar cv --exclude=img/* * | gzip -fc9 >../fcproducts.tgz
12
13 touch:
14 touch *

  ViewVC Help
Powered by ViewVC 1.1.26