8 lines
77 B
Makefile
8 lines
77 B
Makefile
|
include ../config.mk
|
||
|
|
||
|
SRC=.
|
||
|
BIN=../bin/msim
|
||
|
OUT=msim
|
||
|
|
||
|
include ../makefile.mk
|