diff --git a/src/T2K/SubMakefile.backup b/src/T2K/SubMakefile.backup deleted file mode 100755 index ceedc38..0000000 --- a/src/T2K/SubMakefile.backup +++ /dev/null @@ -1,25 +0,0 @@ -# Author: Callum Wilkinson - -SHELL = /bin/sh -NAME = all -MAKEFILE = Makefile - -# Include machine specific flags and locations (inc. files & libs) -# -include $(EXT_FIT)/make/Make.include - -PACKAGE = externalDataFit_base -DICTIONARY = $(EXT_FIT)/src/FitBase/_ROOT_DICT_ExternalDataFit_base -LIBNAME = libExternalDataFit_base -EXTRA_EXT_LIBS = - - -all : rootcint lib -install : install-inc install-lib - -# Include standard package makefile targets -# -include $(EXT_FIT)/make/Make.std-package-targets - -FORCE: -