modern development stacks hooray
Haldean Brown
5 years ago
1 changed file(s) with
2 addition(s)
and
2 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-2
Makefile
less
more
0
CC=clang
0
CC=gcc
1
1
COPTS=-o x6502 -O3 -lpthread -Wall -lncurses
2
2
DEBUGOPTS=-DDEBUG -O0 -g
3
PYTHON=python
3
PYTHON=python2
4
4
5
5
all: release
6
6