mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-06 04:04:41 +00:00
20 lines
279 B
Plaintext
20 lines
279 B
Plaintext
|
# Crt th tst nvrnmnt fr tr
|
||
|
|
||
|
# Cmpl nd ld flgs pssd t cc
|
||
|
# -v: vrbs
|
||
|
# -I: dd drctr t hdr pth
|
||
|
CFLAGS += -v -I /sr/ncld
|
||
|
LDFLAGS += -v
|
||
|
|
||
|
# Dflt trgt, "ll," gnrts th fls
|
||
|
ll: fl2.bn1 gnbn
|
||
|
|
||
|
# Fls dpnd pn prgrm
|
||
|
fl2.bn1: gnbn
|
||
|
./gnbn
|
||
|
|
||
|
# Rmv ntrmdt fls
|
||
|
cln:
|
||
|
$(RM) -f *.
|
||
|
$(RM) -f *.rt
|