aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-20 13:44:56 -0400
committerShav Kinderlehrer <[email protected]>2023-04-20 13:45:57 -0400
commitea97af4f12a2e188b3dcb1d960444796bd2599ba (patch)
tree28da6ff0cb2bb175ceb7c274a9288466e19e090d /Makefile
parent07c1fe51fb7b1edf6c011e7ec8efeae499a6a2eb (diff)
downloadlat-ea97af4f12a2e188b3dcb1d960444796bd2599ba.tar.gz
lat-ea97af4f12a2e188b3dcb1d960444796bd2599ba.zip
Socials
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f80f3e..149c2ac 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ $(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