diff --git a/Makefile b/Makefile index 68b09f3c60142c56e2b17f1040cccf3109d89cdc..d33aab23b7c188906c63f25e26852d885292237f 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,4 @@ test: pdf @true pdf: pdf.c - $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $> -lhammer -lz + $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $< -lhammer -lz