diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-30 12:09:32 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-30 12:09:32 +0100 |
commit | cd6fbd39e456ab3ff353c38fc5ae1997e61390f2 (patch) | |
tree | 7b15d4c85e5aa027942420d220fa1dd7c09f22d1 /hdr/Makefile | |
parent | fc22f69328fd2d5030bb1feff8d0f6da37e8217d (diff) |
release: 0.0.9
Diffstat (limited to 'hdr/Makefile')
-rw-r--r-- | hdr/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hdr/Makefile b/hdr/Makefile new file mode 100644 index 0000000000..81a8f4595c --- /dev/null +++ b/hdr/Makefile @@ -0,0 +1,8 @@ +default: + $(MAKE) -C .. + +dist: + ln Makefile $(hdr) $(DDIR)/$(HEADERDIR) + +TAGS: $(hdr) + etags -CT $(hdr) |