diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-09-28 08:08:38 +0200 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-09-28 08:08:38 +0200 |
commit | b975b7392606050c1ed83a8cce016f872589ad38 (patch) | |
tree | 5c9e3de082700560d8b99a2436f06e55ed888993 /Makefile | |
parent | 434b226d340c284e26569d4dfae4a6cfdf08d483 (diff) |
source moved
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,11 +3,11 @@ PREFIX = /usr/local CFLAGS = -std=c99 -Wall -Wextra -pedantic -O0 -ggdb BIN = rpt -SRC = src/rpt.c -OBJ = src/rpt.o +SRC = rpt.c +OBJ = rpt.o -MAN_SRC = man/rpt.1 -MAN_PAGE = man/rpt.1.gz +MAN_SRC = rpt.1 +MAN_PAGE = rpt.1.gz .PHONY: all compile man clean install uninstall |