Commit initial
This commit is contained in:
18
Makefile
Executable file
18
Makefile
Executable file
@ -0,0 +1,18 @@
|
||||
.PHONY: clean
|
||||
|
||||
all: tst.dll
|
||||
cp tst_stub/mytst.h test
|
||||
cp _build/default/dll/tst.dll test
|
||||
cd test && i686-w64-mingw32-gcc -o test.exe tst.dll test.c
|
||||
|
||||
clean:
|
||||
dune clean
|
||||
cd test && rm mytst.h test.exe tst.dll
|
||||
|
||||
tst.dll:
|
||||
dune build
|
||||
|
||||
test: all
|
||||
cd test && ./test.exe
|
||||
|
||||
|
Reference in New Issue
Block a user