diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 200ec2f..ffc3a15 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,7 +48,7 @@ $(LIBNAME): $(TARGETS) $(STRIP) $(STRIPFLAGS) $(LIBNAME).$(EXT) $(TARGETS): %.o : %.c - $(CC) -c -o $@ $(Z_CFLAGS) $*.c + $(CC) $(Z_CFLAGS) -c -o $@ $*.c clean: |