diff options
author | TheodorSmall <TheodorSmall@users.noreply.github.com> | 2022-05-28 12:24:41 +0100 |
---|---|---|
committer | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2022-05-29 01:45:48 +0200 |
commit | 239545081facf055a4928ee5fb947150ebbd5e65 (patch) | |
tree | 925350babed3bbaf49de8eede01be4aebe029189 | |
parent | c120df15e8a977831e22196ab5b842e20e9fa1f7 (diff) | |
download | center-master.tar.xz |
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ CFLAGS=-Wall -Wextra center: center.c $(CC) center.c -o center $(CFLAGS) +clean: + rm -f center + install: center mkdir -p $(PREFIX)/bin cp center $(PREFIX)/bin |