diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ include $(CONFIGFILE)  all: sctrace -sctrace: sctrace.c +sctrace: sctrace.c arg.h  	$(CC) -o $@ $@.c $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)  install: sctrace | 
