9 lines
104 B
Makefile
9 lines
104 B
Makefile
# MEMBFUN
|
|
|
|
test: .SYMBOLIC test.exe
|
|
test.exe
|
|
|
|
objects = main.obj cfun.obj
|
|
|
|
!include ../cppexamp.mif
|