diff options
author | Camil Staps | 2016-09-24 15:16:52 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-24 15:16:52 +0200 |
commit | c4da1ad2bad45348d4fc32870128586408d8f338 (patch) | |
tree | 749c84543d01173e4ab0fbb6e931517b20131370 /firmware/Makefile | |
parent | Added fuspel (diff) |
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index d1493ea..414bce9 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -37,6 +37,7 @@ _DEPS:=\ t6963c/terminal.h\ fuspel/interpreter/code.h\ fuspel/interpreter/eval.h\ + fuspel/interpreter/graphs.h\ fuspel/interpreter/lex.h\ fuspel/interpreter/log.h\ fuspel/interpreter/mem.h\ |