# file: $(NEDC_NFC)/util/python/nedc_eval_eeg/v5.0.0/src/Makefile
#

# define source and object files
#
SRC = nedc_eval_eeg.sh
BFILE := $(basename $(SRC))

# define an installation target
#
install:
	rm -f $(NEDC_NFC)/bin/$(BFILE)
	cp -f $(SRC) $(NEDC_NFC)/bin/$(BFILE)
	chmod u+rwx,g+rwx,o+rx $(NEDC_NFC)/bin/$(BFILE)

#
# end of file
