Skip to content

Commit

Permalink
Moved src/ast-walker/* to src/*
Browse files Browse the repository at this point in the history
  • Loading branch information
jbf committed Apr 8, 2012
1 parent 3f2ef2c commit 6e30baf
Show file tree
Hide file tree
Showing 41 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -4,7 +4,7 @@ DEBUG = -DDEBUG -DMEM_DEBUG
CFLAGS = -Wall $(DEBUG) -g -Werror
CXXFLAGS_EXTRA = -Wall -g -Werror
PROGRAM = tlisp
SOURCES = $(wildcard src/ast-walker/*.c)
SOURCES = $(wildcard src/*.c)
OBJECTS = $(patsubst %.c,%.o,$(SOURCES))
DEPS = $(patsubst %.c,%.dep,$(SOURCES))

Expand All @@ -30,8 +30,8 @@ clean:
-rm -f -- *.o *.dep *.dep.* *~ core a.out repl
-rm -rf -- *.dSYM
-rm -f -- src/*.o src/*.dep src/*.dep.* src/*~
-rm -f -- src/ast-walker/*.o src/ast-walker/*.dep \
src/ast-walker/*.dep.* src/ast-walker/*~
-rm -f -- src/*.o src/*.dep \
src/*.dep.* src/*~
-rm -f -- src/vm/*.o src/vm/*.dep src/vm/*.dep.* src/vm/*~ \
src/vm/cpp_vm.d
-rm -f -- src/vm/test/*.o src/vm/test/*.dep src/vm/test/*.dep.* \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6e30baf

Please sign in to comment.