diff options
| author | Damien | 2013-12-29 18:01:01 +0000 |
|---|---|---|
| committer | Damien | 2013-12-29 18:01:01 +0000 |
| commit | de690d128bbec4f53e8a7d6149738a6facae4382 (patch) | |
| tree | 817a4c8ee94b7576dbfc47cd9a5de67f7c741109 /unix/Makefile | |
| parent | b86e3f92932ec543788dc66948519d770d0e5bb0 (diff) | |
Add unix-cpy, used to test Micro Python byte code against CPython.
Diffstat (limited to 'unix/Makefile')
| -rw-r--r-- | unix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile index 463f6b170..441804e50 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -7,7 +7,6 @@ LDFLAGS = -lm SRC_C = \ main.c \ - lexerunix.c \ PY_O = \ nlrx64.o \ @@ -16,6 +15,7 @@ PY_O = \ vstr.o \ misc.o \ lexer.o \ + lexerunix.o \ parse.o \ scope.o \ compile.o \ @@ -94,3 +94,5 @@ $(BUILD)/emitbc.o: $(PYSRC)/emit.h clean: /bin/rm -r $(BUILD) + +.PHONY: clean |
