Skip to content

Commit

Permalink
repair Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Feb 26, 2020
1 parent 8108634 commit bf20e83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ TAG_DEPLOY = `git describe --tags --abbrev=0 --dirty=_M | tr _. -_`
SRC_DIR = forth_src
SRC_NAMES = base debug v asm gfx gfxdemo rnd sin ls turtle fractals \
sprite doloop sys labels mml mmldemo sid spritedemo test testcore \
testcoreplus tester format require compat timer float viceutil \
filesystem
testcoreplus tester format require compat timer float viceutil
SRCS = $(addprefix $(SRC_DIR)/,$(addsuffix .fs,$(SRC_NAMES)))

EMPTY_FILE = _empty.txt
Expand Down

0 comments on commit bf20e83

Please sign in to comment.