Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
allanwillms authored Jun 21, 2018
1 parent baea495 commit 29a7ef0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
Binary file added Axabffio32.dll
Binary file not shown.
Binary file added HEADER.exe
Binary file not shown.
Binary file added IMPLODE.DLL
Binary file not shown.
27 changes: 27 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# Neurofit: Top-level Makefile
#

DISTZIP = NEUROFITInstall.zip
SRCZIP = NEUROFITsrc.zip

all:
@echo 'Targets:'
@echo 'ext' -- compile extension modules'
@echo 'bin -- build standalone binary distribution'
@echo 'clean -- remove object files, etc.'
@echo 'src -- build source package'

ext:
CD py & $(MAKE) ext

bin:
CD py & $(MAKE) bin

clean:
CD py & $(MAKE) /I clean
DEL $(DISTZIP)

src:
@echo 'You should run nmake clean first to minimize size'
zip -r $(SRCZIP) NEUROFIT_README.TXT Makefile py AxonDev
Binary file added axatffio32.dll
Binary file not shown.

0 comments on commit 29a7ef0

Please sign in to comment.