diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:18:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:18:31 +0200 |
commit | ab46bf8016b253c9900cc3b3742e60c32ff4085d (patch) | |
tree | e04813af400f22f81de4ba7c5a178496f5828622 /DEPENDENCIES | |
parent | update dist (diff) | |
download | mongotimer-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.gz mongotimer-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.bz2 mongotimer-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.xz |
Update license, change style, simplify makefile, and do not use gpp
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES deleted file mode 100644 index 8cb6a25..0000000 --- a/DEPENDENCIES +++ /dev/null @@ -1,23 +0,0 @@ -RUNTIME DEPENDENCIES: - - glibc - linux - - -BUILD DEPENDENCIES: - - glibc - gcc - sed - linux-api-headers - make - coreutils - texinfo (opt-out: for info manual) - gpp (http://www.github.com/maandree/gpp) - - -INSTALL DEPENDENCIES: - - make - coreutils - |