6 lines
59 B
Makefile
6 lines
59 B
Makefile
PROJECT = vx_malloc
|
|
|
|
SRCS = main.cpp
|
|
|
|
include ../common.mk
|