diff options
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 32394b0..e1f21cc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -383,8 +383,7 @@ GENSOURCES= acceler.c fgetsintr.c grammar1.c \ # ============ python: libpython.a $(OBJECTS) $(LIBDEPS) Makefile - $(CC) $(CFLAGS) $(OBJECTS) $(LIBS) -o @python - mv @python python + $(CC) $(CFLAGS) $(OBJECTS) $(LIBS) -o python libpython.a: $(LIBOBJECTS) -rm -f @lib |
