Update rule for making tags
This commit is contained in:
parent
2f7105d87f
commit
08baa2568b
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ build/libtomo.so: $(STDLIB_OBJS)
|
||||
@$(CC) $^ $(CFLAGS) $(OSFLAGS) -lgc -lcord -lm -lunistring -lgmp -ldl -Wl,-soname,libtomo.so -shared -o $@
|
||||
|
||||
tags:
|
||||
ctags *.[ch] **/*.[ch]
|
||||
ctags src/*.[ch] src/stdlib/*.[ch]
|
||||
|
||||
%.o: %.c src/ast.h src/environment.h src/types.h
|
||||
@echo $(CC) $(CFLAGS_PLACEHOLDER) -c $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user