ref: 4eb3349511ca6bc22c90765f4e96e974ef3bb019
parent: 24e9127b836736fc4c3abdb6398e9848f1b27ae8
author: Tor Andersson <tor@ccxvii.net>
date: Fri Jan 10 06:13:03 EST 2014
Fix makefile.
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-SRCS := js-state.c js-string.c js-load.c js-lex.c js-parse.c js-ast.c
-HDRS := js.h js-parse.h
+SRCS := $(wildcard js*.c)
+HDRS := $(wildcard js*.h)
OBJS := $(SRCS:%.c=build/%.o)
CFLAGS = -Wall -g