From 662ea51a86049853c0a8e279e5b515b80d5123d8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Apr 2010 18:27:44 -0400 Subject: I'm commiting these partial changes in case I ever need to come back to it. See, I just had a brain-gasm on how I can make the module system better. --- rvs/main.mk.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rvs/main.mk.in') diff --git a/rvs/main.mk.in b/rvs/main.mk.in index e3a6c96..cf47a81 100644 --- a/rvs/main.mk.in +++ b/rvs/main.mk.in @@ -1,6 +1,6 @@ #!/usr/bin/make -f name = @name@ -ver = 0.9 +ver = 0.9-beta1 # Copyright (C) 2009 Luke Shumaker # # This program is free software; you can redistribute it and/or @@ -45,6 +45,7 @@ filelist = \ clean : clean-wrapper clean-plugins distclean : clean distclean-wrapper distclean-plugins $(RM) Makefile *.mk + $(RM) -r $(name)-$(ver) install : install-wrapper install-plugins uninstall : $(MAKE) uninstall-plugins -- cgit v1.2.3