Skip to content

Commit

Permalink
Move color functions to own compile unit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Mar 17, 2018
1 parent 83f641c commit 37cfb4c
Show file tree
Hide file tree
Showing 10 changed files with 839 additions and 788 deletions.
1 change: 1 addition & 0 deletions Makefile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SOURCES = \
context.cpp \
constants.cpp \
fn_utils.cpp \
fn_colors.cpp \
fn_numbers.cpp \
fn_selectors.cpp \
functions.cpp \
Expand Down
1 change: 1 addition & 0 deletions src/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "prelexer.hpp"
#include "emitter.hpp"
#include "fn_utils.hpp"
#include "fn_colors.hpp"
#include "fn_numbers.hpp"
#include "fn_selectors.hpp"

Expand Down
Loading

0 comments on commit 37cfb4c

Please sign in to comment.