File:  [Coherent Logic Development] / papers / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 22 18:54:50 2025 UTC (6 weeks, 4 days ago) by snw
Branches: MAIN
CVS tags: HEAD
Improve builds

PAPERS = a_reflection_on_gender_roles family_values_are_dead free_knowledge_free_societies freem_history human_rights_and_the_talisman no_earthly_intercessor ripples_of_justice_ripples_of_mercy shared_plunder_is_shared_responsibility sola_fide_sola_politicus the_fulcrum_of_truth the_geodigraph_economy 
all: $(PAPERS)
a_reflection_on_gender_roles:
	cd a_reflection_on_gender_roles && $(MAKE)
family_values_are_dead:
	cd family_values_are_dead && $(MAKE)
free_knowledge_free_societies:
	cd free_knowledge_free_societies && $(MAKE)
freem_history:
	cd freem_history && $(MAKE)
human_rights_and_the_talisman:
	cd human_rights_and_the_talisman && $(MAKE)
no_earthly_intercessor:
	cd no_earthly_intercessor && $(MAKE)
ripples_of_justice_ripples_of_mercy:
	cd ripples_of_justice_ripples_of_mercy && $(MAKE)
shared_plunder_is_shared_responsibility:
	cd shared_plunder_is_shared_responsibility && $(MAKE)
sola_fide_sola_politicus:
	cd sola_fide_sola_politicus && $(MAKE)
the_fulcrum_of_truth:
	cd the_fulcrum_of_truth && $(MAKE)
the_geodigraph_economy:
	cd the_geodigraph_economy && $(MAKE)
.PHONY: a_reflection_on_gender_roles family_values_are_dead free_knowledge_free_societies freem_history human_rights_and_the_talisman no_earthly_intercessor ripples_of_justice_ripples_of_mercy shared_plunder_is_shared_responsibility sola_fide_sola_politicus the_fulcrum_of_truth the_geodigraph_economy 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>