diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-17 18:40:17 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-17 18:40:17 -0400 |
commit | f853dabe7f3585ec856669c6711df08087b65cd8 (patch) | |
tree | b8b89665b23fe807a88810d89805e29ae5ffd946 /Makefile | |
parent | ab10a9c2176faa2f339d4e39ace58b811a6c05be (diff) | |
download | lat-f853dabe7f3585ec856669c6711df08087b65cd8.tar.gz lat-f853dabe7f3585ec856669c6711df08087b65cd8.zip |
Fix stdin supportv0.7.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ $(ODIR)/%.o: %.c $(DEPS) $(CC) -c -o $@ $< $(CFLAGS) $(LIB) $(NAME): $(OBJ) + @echo "--don't forget to set $(NAME)'s version--" $(CC) -o $(BINDIR)/$@ $^ $(CFLAGS) $(LIB) .PHONY: prep |