diff --git a/makefile b/makefile index 7eb2d7e..86a3a89 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ - + SRCS=$(wildcard src/*.js) OBJS=$(SRCS:.js=.jspp)