Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Revert "Merge branch 'precompile'"
Browse files Browse the repository at this point in the history
This reverts commit 56d832c, reversing
changes made to ce6dd55.
  • Loading branch information
nyuichi committed Mar 3, 2016
1 parent 56d832c commit ea6eb2d
Show file tree
Hide file tree
Showing 6 changed files with 1,043 additions and 1,865 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ src/init_contrib.c:
lib/libbenz.so: $(BENZ_OBJS)
$(CC) -shared $(CFLAGS) -o $@ $(BENZ_OBJS) $(LDFLAGS)

extlib/benz/boot.c: tools/built-in.scm
$(MAKE) -C tools
extlib/benz/boot.o: extlib/benz/boot.c
cd extlib/benz; perl boot.c
$(CC) $(CFLAGS) -c -o $@ $<

$(BENZ_OBJS) $(PICRIN_OBJS) $(CONTRIB_OBJS): extlib/benz/include/picrin.h extlib/benz/include/picrin/*.h

Expand Down Expand Up @@ -96,6 +97,5 @@ clean:
rm -f $(BENZ_OBJS)
rm -f $(PICRIN_OBJS)
rm -f $(CONTRIB_OBJS)
$(MAKE) -C tools clean

.PHONY: all install clean run test test-r7rs test-contribs test-issue test-picrin-issue test-repl-issue doc $(CONTRIB_TESTS) $(REPL_ISSUE_TESTS)

0 comments on commit ea6eb2d

Please sign in to comment.