8 lines
68 B
Makefile
8 lines
68 B
Makefile
PROJECT = flops
|
|
|
|
SRCS = main.cc
|
|
|
|
OPTS ?= -n64
|
|
|
|
include ../common.mk
|