Commit Graph

122 Commits (77b5845c2cf5af6817e7dde075913cb3d613cdb6)

Author SHA1 Message Date
Alexander Medvednikov cb7e87589c
Update Makefile 2019-08-10 10:17:58 +02:00
iRedMail 2ebfc8ab73 Fix copy issue and symbol link
- Fix the issue while running `make install` on Debian 10:

```
# make install
rm -rf /usr/local/{bin/v,lib/vlang}
mkdir -p /usr/local/lib/vlang /usr/local/bin
cp -fr {v,vlib,thirdparty} /usr/local/lib/vlang
cp: cannot stat '{v,vlib,thirdparty}': No such file or directory
make: *** [Makefile:49: install] Error 1
```

- Force to create symbol link if `${PREFIX}/bin/v` already exists.
2019-08-10 08:37:25 +02:00
Alexander Medvednikov 5a80d587d5 makefile: use latest v.c 2019-08-10 08:21:32 +02:00
Henrixounez 7879bde8bb repl: enabled back and added automated tests
fixed typos and macos errors
2019-08-10 07:01:40 +02:00
Rendims fdb1433c24 Makefile: rebuild compiler when sources change 2019-08-10 00:11:17 +02:00
Zaoqi c7312d9d1c Update Makefile 2019-08-07 06:01:03 +02:00
catull 3f3b7665ca Makefile: fix /usr/local 2019-08-06 01:49:11 +02:00
Alexander Medvednikov 41f4ec5a3b
Makefile: don't build thirdparty modules on installation 2019-07-24 17:39:04 +02:00
d2verb 88758082d2 scanner.v: refactoring 2019-07-24 00:06:48 +02:00
Alexander Medvednikov dd070e616d
Makefile: rebuild thirdparty/ 2019-07-22 20:29:50 +02:00
Alexander Medvednikov 11199b9635 Makefile: hot code reloading can now be tested 2019-07-22 13:46:35 +02:00
whoami 64e9d9e2c3 Makefile: add install, uninstall, symlink targets 2019-07-22 13:43:30 +02:00
whoami 810e85541c Makefile: update 2019-07-18 00:09:27 +02:00
whoami 7bbaf432e6 Makefile: ability to compile thirdparty libraries (for linux packages) 2019-07-17 20:40:50 +02:00
Alexander Medvednikov 892d2b58ac Makefile: add `-lm` 2019-07-10 21:59:08 +02:00
Henrixounez 7b1be8a2bd CI: Add back erased commits and dont test hot code examples 2019-07-09 20:44:30 +02:00
Alexander Medvednikov 8c36b9499d make json work with new optionals 2019-07-03 21:50:06 +02:00
Zaoqi 9fcc3ed0e6 fix #872 2019-07-01 10:46:42 +02:00
shamofu 18082274ca clean up: remove redundant spaces 2019-06-29 18:05:57 +02:00
Alexander Medvednikov 08c8b4ba22 V 0.1.9 2019-06-29 13:11:15 +02:00
Alexander Medvednikov 37f7fb9597 Makefile: better info message 2019-06-29 13:02:53 +02:00
Alexander Medvednikov 5b7a1e84a4 move Makefile to root 2019-06-29 12:54:57 +02:00