diff options
author | wlemb <wlemb> | 2000-02-06 09:34:01 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2000-02-06 09:34:01 +0000 |
commit | 653c6faab591f3c5f290a18a7f58c29cb1a3b0a7 (patch) | |
tree | 633fec7ba17c3da901e7725d1907a103a17e4532 /Makefile.dev | |
download | groff-653c6faab591f3c5f290a18a7f58c29cb1a3b0a7.tar.gz |
Initial revision
Diffstat (limited to 'Makefile.dev')
-rw-r--r-- | Makefile.dev | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.dev b/Makefile.dev new file mode 100644 index 00000000..ae9a6722 --- /dev/null +++ b/Makefile.dev @@ -0,0 +1,4 @@ +all: $(DEVFILES) +install_data: install_dev +uninstall_sub: uninstall_dev +install_dev: $(DEVFILES) |