aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-02 18:27:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-02 18:27:32 +1300
commit94f867097cf90303fd318e868ffc8d18934a09b8 (patch)
tree513ea820fe96280d23df41347152ef341d3792f5
parentAdd target and ignores for ctags files (diff)
downloadspsh-94f867097cf90303fd318e868ffc8d18934a09b8.tar.gz
spsh-94f867097cf90303fd318e868ffc8d18934a09b8.zip
More precise definition for ctags
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b194c72..49ca5dd 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ spsh : main.o banner.o cmd.o loop.o
$(CC) $(CFLAGS) main.o banner.o cmd.o loop.o $(LDFLAGS) -o spsh
tags :
- ctags *
+ ctags -- *.c *.h
install : spsh
install -m 0755 spsh "$(PREFIX)"/bin