diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-20 13:44:56 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-20 13:45:57 -0400 |
commit | efd1d764285b2a945069548fb65899cc0f9355b0 (patch) | |
tree | 632e85a11092d0f4e80493b3b618e07d594c983c /Makefile | |
parent | cc842efe0b02b286861c6cfed2f76c2d80bd169a (diff) | |
download | lat-efd1d764285b2a945069548fb65899cc0f9355b0.tar.gz lat-efd1d764285b2a945069548fb65899cc0f9355b0.zip |
Socials
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |