diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-03-27 02:58:02 +0000 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-03-27 02:58:02 +0000 |
commit | 665499d095190d49a9b70059a6c7225f81abc78b (patch) | |
tree | 8f545214741755a127969628a33a4935ff663597 /Makefile | |
parent | e16a6e8eb4f81144a14d31b66774c65e900caa7d (diff) | |
download | dlfcn-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ testdll.dll: testdll.c | |||
64 | $(CC) -shared -o $@ $^ | 64 | $(CC) -shared -o $@ $^ |
65 | 65 | ||
66 | test: $(TARGETS) test.exe testdll.dll | 66 | test: $(TARGETS) test.exe testdll.dll |
67 | test.exe | 67 | $(WINE) test.exe |
68 | 68 | ||
69 | clean:: | 69 | clean:: |
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 |