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
commitefd1d764285b2a945069548fb65899cc0f9355b0 (patch)
tree632e85a11092d0f4e80493b3b618e07d594c983c /Makefile
parentcc842efe0b02b286861c6cfed2f76c2d80bd169a (diff)
downloadlat-efd1d764285b2a945069548fb65899cc0f9355b0.tar.gz
lat-efd1d764285b2a945069548fb65899cc0f9355b0.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