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