7 lines
70 B
Makefile
7 lines
70 B
Makefile
|
MODULE = traffic.dll
|
||
|
|
||
|
C_SRCS = \
|
||
|
traffic_main.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|