From 0373ffdfaaaa3845306ca71243d535fdffd941d4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 16 Feb 2015 12:40:45 -0500 Subject: Initial commit --- atlas12/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 atlas12/Makefile.am (limited to 'atlas12/Makefile.am') diff --git a/atlas12/Makefile.am b/atlas12/Makefile.am new file mode 100644 index 0000000..40cacfa --- /dev/null +++ b/atlas12/Makefile.am @@ -0,0 +1,4 @@ +AM_FFLAGS=-double-size 64 -save +bin_PROGRAMS = atlas12 +atlas12_SOURCES = atlas12.for +SUBDIRS = . -- cgit