diff --git a/lspath/GNUmakefile b/lspath/GNUmakefile index e6e348f..cdb1cf2 100644 --- a/lspath/GNUmakefile +++ b/lspath/GNUmakefile @@ -21,5 +21,10 @@ customize: configure $(BINDIR): mkdir -p $@ -include GNUmakerules +GNUmakevars: GNUmakevars.sh + sh ./$^ > $@ +GNUmakerules: GNUmakerules.sh + sh ./$^ > $@ + +include GNUmakerules