diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-01-06 19:47:40 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-01-06 19:47:40 -0500 |
commit | a93e506b78b7379e14c23ae80a5281485897faee (patch) | |
tree | bdf12811a80d31056bcc0b607062e6ce7cd7919d /Makefile | |
parent | 67243b6d986179da11fc1d364606d8e1653688ff (diff) |
serial support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ OFILES = $(patsubst src/%.c, $(OUTDIR)/%.o, $(CFILES)) \ $(patsubst src/%.s, $(OUTDIR)/%.asm.o, $(AFILES)) LIBDIR = -Llib -LIBS = -llua +LIBS = HEX = main.hex |