aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-03-27 02:58:02 +0000
committerTimothy Gu <timothygu99@gmail.com>2014-03-27 02:58:02 +0000
commit665499d095190d49a9b70059a6c7225f81abc78b (patch)
tree8f545214741755a127969628a33a4935ff663597 /Makefile
parente16a6e8eb4f81144a14d31b66774c65e900caa7d (diff)
downloaddlfcn-win32-665499d095190d49a9b70059a6c7225f81abc78b.tar.gz
dlfcn-win32-665499d095190d49a9b70059a6c7225f81abc78b.tar.bz2
dlfcn-win32-665499d095190d49a9b70059a6c7225f81abc78b.zip
Build sys additions
* wine support for testing * License boilerplate * Reorder configure checks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 377a0e2..4d11de8 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ testdll.dll: testdll.c
64 $(CC) -shared -o $@ $^ 64 $(CC) -shared -o $@ $^
65 65
66test: $(TARGETS) test.exe testdll.dll 66test: $(TARGETS) test.exe testdll.dll
67 test.exe 67 $(WINE) test.exe
68 68
69clean:: 69clean::
70 rm -f dlfcn.o libdl.dll libdl.a libdl.def libdl.dll.a libdl.lib libdl.exp test.exe testdll.dll 70 rm -f dlfcn.o libdl.dll libdl.a libdl.def libdl.dll.a libdl.lib libdl.exp test.exe testdll.dll